body { 
	background-color:#fff;
	color: #cc0000;
	font-family: "Tw Cen MT","Tahoma","arial","sans-serif" ;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
}
h1 {
color:#ff3300;
}
img.bg {
float:right;
right:50px;
z-index:-1;
}
img.fl {
position:relative;
float:left;
z-index:-1;
}
.contacttxt {
	text-align:right;
}
.contact {
	text-align:left;
	border:1px;
	width:70%;
	margin:0 0 0 15%;
	border:1px solid #ff0000;
}
a {
	text-decoration:none;
	color:#cc0000;
}
.copyright {
	font: 9px verdana, arial, sans-serif; /* set font as desired */
	float:left;
	width:100%;
	background-color: #fff ;
	text-align: right;
	color: #ffb6c1 ;
	padding: 0 15px;
	margin: 0px 10px;
	border-bottom: 1px solid #ccc;
}
.legal {
	font: 9px verdana, arial, sans-serif; /* set font as desired */
	background-color: #fff ;
	text-align: center;
	color: #ccc ;
	padding: 0 15px;
	margin: 0px 10px;
}
/* -----------------------------News styles */
div.newshd {
background-color:#ffb6c1;
font-weight:bold;
margin: 0 ;
}
div.news {
	background-color:#fff;
	color:#000;
	font-size:12px;
	margin: -15px 0 0 0;
	padding:2px;
}
a.news {
	text-decoration:none;
	color:#000;
}
/* -----------------------------News end */
div.foot {
position:fixed;
bottom:0px;
width:100%;
}
input.butt {
	vertical-align: text-top;
	border-style: ridge;
  font-size:9px;
	height: 18px;
	position: relative;
	text-align:center;
}

button.butt {
	vertical-align: text-top;
  font-size:9px;
	height: 18px;
	position: relative;
	text-align:center;
}
.select {
	font: 10px verdana, arial, sans-serif; /* set font as desired */
	padding: 0 ;
	border-style: none;
	color: #000 ;
	scrollbar-base-color: #ff0000; /*Scrollbar color*/
	scrollbar-arrow-color: #ffffff; /*Scrollbar arrow color*/
	scrollbar-DarkShadow-Color: #993300; /*Scrollbar shadow color*/
}
.content {
	border:1px solid #ff0000;
	height:95%;
	width:97%;
	margin:5px;
	padding:5px;
	text-align:center;
}
td {
	font: 12px verdana, arial, sans-serif; /* set font as desired */
}
td.desc {
	background-color: #333333 ;
	color: #fff ;
	padding: 0 5px;
	text-align: right;
}
td.detail {
	background-color: #f5f5dc ;
	color: #000 ;
	padding: 0 5px;
	text-align: left;
	border-bottom: 1px solid #333; 
}
.vcr {
	background-color:#fff;
	border:2px solid #333;
	margin:0 5px;
	padding:1px;
	height:15px;
	width:15px;
	float:left;
	text-align:center;
}



