body {
	background-color: #bb3018;
	margin: 0px;
	padding: 0px;
	background-image: url(images/pagebg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

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

h4 {
	font-size: 18px;
	color: #bb3018;
	}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #bb3018;
	}

.mainText {
	padding-left: 15px;
	padding-right: 15px;
	}
	
.title {
	font-size: 18px;
	font-style: italic;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #bb3018;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #bb3018;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #bb3018; 
	}
	
a.menu:link {
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #bb3018;
	} 	
a.menu:visited {
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none; 
	color: #bb3018;
	}	
a.menu:hover {
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline; 
	color: #bb3018; 
	}

.mainbg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;	
	background-position: top;		
	}
	
.small {
	font-size: 10px;
	font-color: #bb3018;
	}