.css {
	font-family: sans-serif;
	font-size: 12px;
	color: #F00;
}
.red {
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
}
.footer {
	background-image:url(../images/main_footer.jpg);
	height:80px; 
	margin-left:10px;
	padding: 20px 10px 5px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	font-family: sans-serif;
	font-size: 11pt;
	color: #666;
}
#bdtable {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5AB6FF;
	border-right-color: #5AB6FF;
	border-bottom-color: #5AB6FF;
	border-left-color: #5AB6FF;
	border-width: 1px;
}

