/* CSS Document */
td	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}

.cap{
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#AA010B;
	}

.copyright{
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#FFAA00;
	}

.top10text{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#202020;
	}

h1 {
	font-weight: normal;
	font-size: 150%;
	color: #C3646A;
	font-weight: bold;
}

h2 {
	font-weight: normal;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
}

a:link,a:active{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color: #FF6600;
	}
	
a:visited{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#F6C3C1;
	}
	
a:hover{
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#C3646A;
	}
	
a.green:link,a.green:visited,a.green:active{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	color:#DBEA69;
	}
	
a.green:hover{
	font-family:Verdana;
	font-size:10px;
	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:11px;
	text-decoration:none;
	font-weight:bold;
	color:#FFE32D;
	}
	
a.applegreen:hover{
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#FCBE00;
	}
	
.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.navigations{
	background-image: url(../images/navigations.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;
	line-height: 28px;
	background-color: #FFFFFF;
}

.updates-bg{
	background-image: url(../images/updates-bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 20px;
	text-align:center;
	background-color: #FFFFFF;
}

.content-bg{
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding-top: 15px;
	background-color: #FFFFFF;
}

.footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 15px;
	text-align: center;
	background-color: #221300;
}

.bg{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #353333;
}
