@charset "utf-8";
/* CSS Document */

body {

	scrollbar-base-color: 			#000000;
	scrollbar-track-color:  		#CCCCCC;
	scrollbar-face-color: 			#666666;
	scrollbar-highlight-color: 		#FFFFFF;
	scrollbar-3dlight-color: 		#FFFFFF;
	scrollbar-darkshadow-color: 	#000000;
	scrollbar-shadow-color: 		#000000;
	scrollbar-arrow-color: 			#000000; 

	background-color: #000000;
	background-image: url("images/bg.jpg");
    background-repeat: no-repeat;
	background-position: top center;
	margin-left: 				0px;
	margin-right: 				0px;
	margin-top: 				0px;
	margin-bottom: 				0px;
    color: #e5e5e5
	
     
}
table.header {
	width: 980px;
	height: 105px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
table.header td {
	padding: 0;
}

table.content {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.content td {
	padding: 0;
}

table.main_content {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.main_content td {
	padding: 0;
	line-height: 24px;
	text-align: left;
}

table.footer {
	width: 960px;
	height: 27px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: verdana;
}
table.footer td {
	padding: 3;
	color: #505050;
	font-size: 10px;
}
table.footer td a {
	color: #505050;
	text-decoration: underline;
}
table.footer td a:hover {
	text-decoration: none;
	color: #c0c0c0;
}


h3 {
	padding: 0;
	font-size: 48px;
	text-align: left;
	margin-bottom: 0px;
	color: #fdee01;
	font-style: italic;
	font-weight: bold;
	font-family: georgia;
}

h4 {
	padding: 0;
	font-size: 30px;
	text-align: left;
	font-style: italic;
	margin-bottom: 0px;
	color: #fdee01;
}


h5 {
	padding: 0;
	font-size: 18px;
	text-align: left;
	font-style: italic;
	margin-bottom: 0px;
	color: #00ff06;
}


li {
	line-height: 24px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
}

a {
	color: #efefef;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #c0c0c0;
}

b.contactred {
	font-size: large;
	color: #FF0000;
	text-decoration: none;
}



/* FRONT PAGE TEXT */

h4.fph4 {
	padding: 0;
	font-size: 36px;
	text-align: left;
	font-style: italic;
	margin-bottom: 0px;
	color: #fdee01;
	margin-bottom: 7px;
}

.fptext {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
}