/* CSS Document */
.small {font-size: 10px; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEF8FF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* White Link */
a.white:link {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;	
}
a.white:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
a.white:hover {
	color: #EEF8FF;
	font-size: 10px;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
/* Yellow Link */
a.yellow:link {
	color: #FFCC00;
	font-size: 10px;
	text-decoration: none;	
}
a.yellow:visited {
	color: #FFCC00;
	font-size: 10px;
	text-decoration: none;
}
a.yellow:hover {
	color: #99CCFF;
	font-size: 10px;
	text-decoration: none;
}
a.yellow:active {
	color: #FFCC00;
	font-size: 10px;
	text-decoration: none;
}
/* Main Link */
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #99CCFF;
}
a:active {
	color: #0099FF;
}h2 {
	font-size: 10px;
	color: #0099FF;
	margin: 0px;
	padding: 0px;
}
.verdana10 {
	font-size: 10px;
	color: #333333;
}
.verdana10wht {
	font-size: 10px;
	color: #FFFFFF;
}
.verdana12Blue{
    font-size: 12px;
	color: #0099FF;
}hr {
	margin: 0px;
	padding: 0px;
	border: thin dotted #CCCCCC;
}
.imageBorder {
	border: 1px solid #CCCCCC;
}
.callText{
    font-size: 16px;
	color: #0099FF;
}
