body {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000;
	}

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

h1 {
	font-size: 16px;
	color: #f29301;	
	}

h2 {
	font-size: 14px;
	color: #f29301;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #a92b10;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #a92b10;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #a92b10; 
	}	

.small {
	font-size: 10px;	
	}
	
.style1 {
	color: #FF0000;
	}
	
.black {
	color: #000;
	}
	
.boxes {
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 11px;
	}
	
.form {
	border: 1px solid #f2990a;
	background-color: #fff;
	}
	
.button {
	border: 1px solid #000;
	background-color: #701c0b;
	color: #f2990a;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	}
	
#mainText {
	margin-left: 40px;
	margin-right: 30px;
	padding-left: 5px;
	padding-right: 10px;
	width: 578px;
	height: 391px;
	overflow: auto;
	text-align: left;
	}
	
#flashcontent {	
	width: 1000px;
	height: 344px;		
	}	