/* CSS Document */

body {
	background: url('images/bg.gif');
	margin-top: 0px;
	margin-bottom: 0px;
}

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

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
}

h3 {
	font-size: 13px;
	margin: 0px;
	text-decoration: underline;
}

.small {
	font-size: 9px;
}

a {
	color: #ff3333;	
}

#main {
	width: 740px;
	margin: auto;
	background-color: #FFF;
	padding: 0px;
}

.text {
	padding-left: 15px;
	padding-right: 15px;
}

.links, .links a {
	font-size: 9px;
	color: #999;
	margin: 5px;
	}

.link1 {
	color: #FFF;
	text-decoration: none;
	}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #ff3333;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#ff3333;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(images/bgON.gif) no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */