body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body,table,tr,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.colors{color: #005aa7;}
.mainbg{background-color:#e6f0fa;}
.barline {
	background-image: url(images/barline.gif);
	background-repeat: repeat-x;
}
.footer{color:#666666;}
a:link,a:visited {
	color: #005aa7;
	text-decoration: none;
}
a:hover,a:active{
	color: #000000;
	text-decoration: underline;
}
.detail{
	line-height:25px;
	text-align: justify;
}
.titles{color: #005aa7;font-size:13px;font-weight:bold;}
.red{color: #ff0000;}