@charset "utf-8";
.btmbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1C21;
	background-image: url(../images/bottombg.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	height: 137px;
	width: 700px;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
td{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1C21;
	text-align: justify;
}
.bor{
	border: 1px solid #CBDAEC;
}