﻿.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: silver;
	margin-top: 0;
}
.maintable {
	height: 600px;
	width: 900px;
	margin-left: 25px;
	margin-right: 25px;
	border-left: medium gray solid;
	border-right: medium gray solid;
}
.middleright {
	background-color: #FFFFFF;
		text-align: center;
}
.middleleft{
	background-color: #FFFFFF;
	text-align:center;
	
}
.middleleft a{
	text-decoration:none;
}
.header{
	background-image: url('images/bottom_bg.jpg');
	
	background-repeat:repeat-y;
	height: 125px;
}
.footer {
	background-image: url('images/bottom_bg.jpg');
	width: 900px;
	height: 50px;
}
.footer p {
	font-size: 12px;
	color: white;
	text-align: center;
}
.topright {
		width: 500px;
	height: 131px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	color: white;
	text-align: center;
}
.smallfont 
{
	font-size: smaller;
	color:Maroon;
	text-align:center;
	background-color: White;
	}
