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

body{

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #970102;
}

.img{
	border:#000000 thin solid;
}

#main{
	background: no-repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.style1 {
font-size: 10px;
color:#CCCCCC;
}

.style2{
size:8px;
padding-left:5px;
padding-right:5px;
}

.style3{
color:#970102;
}

.style4 {
	font-size: 12px;
	padding:5px;
}

a:link{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

a:visited{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration:none;
}

a:link[class="link1"] {
color:#970102;
}

.table{ 
size:10px;
color:#CCCCCC;
background-color:#000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a{
	font-size: 18px;
	color: #970102;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu a:hover{
	color: #999999;
}
/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{ position: relative; }
	
	div.cf_element
	{
	width: 850px;
	height: 140px;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	}
	
	div.cf_element div.content
	{
	padding: 10px;
	text-align: center;
	}

	div.cf_element div.content h3
	{
	padding-top: 0;
	margin-top: 0;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	}

