/* main_classes */
body{
    margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#ffffff;
	scrollbar-face-color:;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:;
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:;
	scrollbar-track-color:;
	scrollbar-darkshadow-color:;
}
td{
   font-family:tahoma;
   font-size:12;
   color:#2E74AF;
}
h1{
   font-family:tahoma;
   font-size:14;
   color:#2E74AF;
}
h2{
   font-family:tahoma;
   font-size:12;
   color:#2E74AF;
}
.subtitle{
   font-family:tahoma;
   font-size:14;
   font-weight: bold;
   color:#2E74AF;
   text-align:center;
}
/* links */
a.white:link{
    font-size:11;
	font-family:tahoma;
	color:#ffffff;
	text-decoration:none;
}
a.white:visited{
    font-size:11;
	font-family:tahoma;
	color:#ffffff;
	text-decoration:none;
}
a.white:active{
    font-size:11;
	font-family:tahoma;
	color:#ffffff;
	text-decoration:none; 
}
a.white:hover{
	font-size:11;
	font-family:tahoma;
	color:#ffffff;
	text-decoration:underline;
}

a:link{
    font-size:12;
	font-family:tahoma;
	color:#2E74AF;
	text-decoration:none;
}
a:visited{
    font-size:12;
	font-family:tahoma;
	color:#2E74AF;
	text-decoration:none;
}
a:active{
    font-size:12;
	font-family:tahoma;
	color:#2E74AF;
	text-decoration:none; 
}
a:hover{
	font-size:12;
	font-family:tahoma;
	color:#2E74AF;
	text-decoration:underline;
}
.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0F1E82;
	text-decoration: none;
}
