/*******************************************************************
			CSS CODE


*******************************************************************/

body { 
   	font: 7pt/12pt Verdana, Arial, "Times New Roman", Times, serif; 
   	color: white; 
   	/*background: #b60001;*/
	background:url(images/background.jpg) repeat fixed;
}

p { 
   	font: 8pt/12pt Verdana, Arial, "Times New Roman", Times, serif; 
   	color: white;
   	text-align: left;
}

p.copyright {
	font: 7pt/7pt Verdana, Arial, "Times New Roman", Times, serif;
	color: #787878;
	text-align:center;
}
p.content {
	font: 8pt/12pt Verdana, Arial, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align:left;
}
p.links {
	font: 8pt/12pt Verdana, Arial, "Times New Roman", Times, serif;
	font-weight:bold;
	color: white;
	text-align:center;
}

h1 { 
   	font: 25pt Verdana, Arial, "Times New Roman", Times, serif;
   	letter-spacing: 2px; 
   	color: white;
	margin:0px;
}

h2 { 
   	font: 25pt Verdana, Arial, "Times New Roman", Times, serif;
   	letter-spacing: -1px; 
   	color: 808285;
	margin:0px;
}

h3 { 
   	font: normal 14pt/8pt Verdana, Arial, "Times New Roman", Times, serif; 
   	letter-spacing: 1px; 
   	color: #white; 
}

h4 { 
   	font: normal 10pt/12pt Verdana, Arial, "Times New Roman", Times, serif; 
   	letter-spacing: 0px; 
   	color: #white;
	font-weight:bold;
}

h5 { 
   	font: normal 10pt/12pt Verdana, Arial, "Times New Roman", Times, serif; 
   	letter-spacing: 0px; 
   	color: black;
	font-weight:bold;
	text-align:right
}

a:link, a:visited { 
   	text-decoration: none;
   	color: white;
}

a:hover, a:active { 
   	text-decoration: underline; 
   	color:#fac20b;
}


.main {
	height: 580px;
	position:relative;
}

td {
   	padding: 5px;
}

.center {
	text-align:center;
}

.content {
	background-color:#ac0000;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

.white{
	background-color:white;
}

th {
   	text-align: left;
   	height: 115	px;
}

img {
	border: none;
	color:black;
	font-size:9px;
}

li {
	font: 8pt/12pt Verdana, Arial, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align:left;
}
