/* CSS Document */

body {
	background-color: #F48220;
	margin-left: 0px;
	margin-top: 0px;
}
.style1 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.style2 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14px;
	color: #BE2010;
}
.body_text {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:12px;
	color:#666666;
	line-height: 18px;
	width: 370px;
}
	
	a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#linkList a:link { 
	color: #BE2010;
	valign: top;
	}
	
#linkList a:visited {
	color: #BE2010;
	}
	
#linkList a:hover {
	color: #0EAAE5;
	text-decoration: none;
}

#linkList a:active {
	text-decoration: none;

