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: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%; 
}

#button_holder2 {
	display:block;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#CCC; 
}
/* Button properties in still mode */	
.btn2 a {
	padding: 3 5 5px;
	float:left; 
	text-decoration:none;
	color: #fff;
	background-color: 003366;
	margin: 0 3 0 0;
	
}
/* Button properties in dynamic mode (mouse-over) */
.btn2 a:hover {
	color:#fff;
	background-color: #1865b3;
}

