/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(images/cssback.jpg) repeat-x;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}
.box01 {
	background-color: #000000;
	width: 780px;
	height:inherit;
}
.boxmain {
	background-color: #5f5f5f;
	width: 780px;
	min-height:250px;
}
.boxmaingal {
	background-color: #5f5f5f;
	width: 780px;
	height:500px;
}
.topper {
	background-color:#5f5f5f;
	width: 780px;
	height: 53px;
}
.largefont {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.banner {
	background-color:#5f5f5f;
	width: 780px;
	height: 124px;
}
.nav {
	background-color:#5f5f5f;
	width:780;
	height:45px;
}
.footer {
	background: #000000 url(images/footer.gif)  no-repeat;
	font-size:11px;
	width:780px;
	height:33px;
	
}
.largefont2 {
	font-size:16px;
	font-weight:bold;
	color:#a20000;
}