/* CSS Document */

.solid_underline
{	
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #0033CC;
}
.underline
{	
	border-bottom-width: 1px;	
	border-bottom-style: dotted;	
	border-bottom-color: #0033CC;
}
body,.body {
	color:#000000;
	font-family:  Verdana, Tahoma, Arial, "Lucida Sans Unicode";
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;			
}
h1 {
	color:#0028A5;
	font-weight: bold;	
	font-size: 16px;
}
h2 {
	color:#0028A5;
	font-weight: bold;	
	font-size: 12px;
}
.table_title {
	font-size: 14px;
	color: #FFFFFF;
}
.table_header {
	font-weight: bold;
	color: #FFFFFF;	
}
.table_body
{
	color:#005EC6;
}
.table_footer
{
	font-size: 9px;
}
.link {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.href_link {
	color: #0028A5;
	text-decoration: none;
}

.href_link a:hover {
	color: #0028A5;
	text-decoration: none;
}