html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#005887;
	height: 100%;
}

H1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	}

H2 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	}

H3 {
	font-size: 16px;
	font-weight: bold;
	}

table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#005887;
}

table.table1 {
	border: 1px solid #95BCD6;
}

table.table1 td {
	border: 1px solid #95BCD6;
}

td.header1 {
	background-color: #005887;
	color: #ffffff;
}


/* Default CSS class for links within the editor */

.mceVisualAid {border: 1px dashed #BBBBBB;}
  
.mceLink a:visited {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:10px; color:#EB8E01; font-weight:bold;}

.mceLink a:active {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:10px; color:#EB8E01; font-weight:bold;}

.mceLink a:hover {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:10px; color:#EB8E01; font-weight:bold; text-decoration:underline;}

.mceLink a:link { color: #666666; text-decoration: underline; font-size: 12px; }

