/* CSS Document */
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B5858;
		text-decoration:none;
}
.footer {font-family: Arial, Helvetica, sans-serif; font-size: 9px; 
color: #5B5858;
font-weight: bold;
text-decoration:none;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #494747;
	font-size: 11px;
	text-decoration:none;}
	
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: EEECED;
	border-right-color: EEECED;
	border-bottom-color: EEECED;
	border-left-color: EEECED;
}
.red{
	font-family: Arial, Helvetica, sans-serif;
	color: #BB0E14;
	font-weight: bold;
	font-size: 12px;
}
.red1{
	font-family: Arial, Helvetica, sans-serif;
	color: #BB0E14;
	font-weight: normal;
	font-size: 11px;
}