/* body stuff */

body {
	background: url(images/bg.jpg) repeat #194030;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000; 
	}

/* text stuff */

h1 {
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	}

h2 {
	font-size: 15px;
	color: #028754;
	}
	
h4 {
	font-size: 14px;
	color: #028754;
	}
	
/* Links */

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #015535;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #015535;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #028754; 
	}
	
a.menu:link {
	font-size: 11px;	
	text-decoration: none; 
	color: #fff;
	
	} 	
a.menu:visited {
	font-size: 11px;	
	text-decoration: none; 
	color: #fff;
	
	}	
a.menu:hover {
	font-size: 11px;	 
	text-decoration: none; 
	color: #000; 
	background-color: #fff;
	
	}
	
/* Misc */

.mainBG {
	background: url(images/mainbg.jpg) bottom no-repeat #fff;
	}
	
.small {	
	font-size: 10px;
	}
	
.white {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
	
.red {
	color: #CC0000;
	font-size: 18px;
	}
	
.menuPadding {
	width: 175px;
	height: 196px;
	padding-top: 28px;
	padding-bottom: 22px;
	padding-left: 13px;
	padding-right: 14px;
	}