/* CSS Document */
td	{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
}

.cap{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#FF5A00;
	}

.copyright{
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	text-align: center;
	color:#FFAA00;
	}
	
h1 {
	font-weight: normal;
	font-size: 150%;
	color: #FF3000;
	font-weight: bold;
}

h2 {
	font-weight: normal;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
}


a:link,a:active{
	text-decoration:none;
	font-size:11px;
	color:#F2D809;
	}
	
a:visited{
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
	}
	
a:hover{
	text-decoration:underline;
	font-size:11px;
	color:#FEECBC;
	}
	
a.green:link,a.green:visited,a.green:active{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
a.green:hover{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	}

a.footer-link:link,a.footer-link:visited,a.footer-link:active{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none; 
	color:#696969;
	}
	
a.footer-link:hover{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	}
	
a.applegreen:link,a.applegreen:visited,a.applegreen:active{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FF8600;
	}
	
a.applegreen:hover{
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#C78D4D;
	}
	
.bg{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #040001;
}

