body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #E63624;
}

div.center {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  text-align: left;
  padding-bottom: 10px;
}

.bu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E31B01;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
.bu1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
}
.vir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.bu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.bu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
}
.bu3 {
	font-size: 12px;
	color: #E42402;
	padding: 5px;
}
.bu3:hover {
	font-size: 12px;
	color: #0099FF;
}
#bottom_banner_div {
			  position: fixed;
			  bottom: 0px; /* tweak this according to placement */
			  left: 0px; /* tweak this according to placement */
			  height: 35px;
			  width: 3200px;
			  overflow: hidden;
			  z-index: 1000;
			}
