td { 
	font-family: Verdana; 
	font-size: 70%;
	color: #003366; 
} 
h1 { 
	font-size: 120%; 
	font-weight: bold;
	color: #FFFFFF; 
	margin: 0pt;
}
h2 { 
	font-size: 120%; 
	font-weight: bold;
	color: #001A33; 
	margin: 0pt;
} 
.headercell {
	background-color: #003366;
}
.contentcell { 
	background-color: #EAEDF2; 
} 
h4, .h4 {
	font-size: 100%; 
	font-weight: bold; 
	margin: 0pt;
	color: #86A4C4;
}

h3, .h3 {
	font-size: 100%; 
	font-weight: bold; 
}

.tableborder { 
	border: #CAD1DE solid 1px; 
}

a, a:visited { 
	color: #000000; 
} 
a:hover { 
	color: #CCCCCC; 
} 
.footer,a.footer,a.footer:active,a.footer:visited { 
	color: #000000;
	background-color: #CAD1DE;
	padding: 4px;
} 
a.footer:hover { 
	color: #FFFFFF;
} 
.smaller {
	font-size: 80%;
}
.whitehometext {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 90%;
}
.whitetext {
	color: #FFFFFF; 
}
.darktexthome {
	color: #001A33;
	font-weight: bold; 
	font-size: 90%; 
}