body {
	background: url(images/bg.jpg) top re-repeat #fff;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000; 
	}
	
h1 {
	font-size: 18px;
	color: #821009;
	}

h2 {
	font-size: 15px;
	color: #821009;
	}
	
h3 {
	font-size: 12px;
	color: #821009;
	}
	
h4 {
	font-size: 15px;
	color: #821009;
	}
	
hr {
	color: #821009;
	}

/* LINKS */

a:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #821009;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #821009;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: underline; 
	color: #585858; 
	}
	
a.top:link {
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none; 
	color: #fff;
	} 	
a.top:visited {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px; 
	text-decoration: none; 
	color: #fff;
	}	
a.top:hover {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px; 
	text-decoration: none; 
	color: #b0b0b0; 
	}
	
a.bot:link {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none; 
	color: #fff;
	} 	
a.bot:visited {
	text-transform: uppercase;
	font-size: 11px; 
	text-decoration: none; 
	color: #fff;
	}	
a.bot:hover {
	text-transform: uppercase;
	font-size: 11px; 
	text-decoration: underline; 
	color: #fff; 
	}
		
		
/* RANDOM CLASSES AND DIVS */

.small {
	font-size: 10px;
	color: #8b8b8b;
	}
	
.mainText {
	width: 643px;
	padding-left: 236px;
	padding-right:221px;
	}
	
.mainText2 {
	width: 864px;
	padding-left: 236px;
	padding-right: 0px;
	}
			
#flashcontent {
	width: 1100px;
	height: 300px;
	background: url(images/flashbg.jpg) top no-repeat;
	color: #fff;
	}
	
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
#tvScroll {
	width: 400px;
	height: 400px;
	overflow-x: hidden; 
	overflow-y: auto;
	}