/* CSS Document */


body {
	margin-top: 0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a:link{
	color:#FFFF00;
	}
	
a:visited{
	color:#660000;
	}
	
a:hover{
	color:#660000;
	}
	
a:link img{
	border: none;
	}
	
a:visited img{
	border: none;
	}
	
a:hover img{
	border: none;
	}
	
.foot_nolink{
	font-size:13px;
	}

.footer{
	font-size:13px;
	}
	
.footer:link{
	color:#FFFF00;
	text-decoration:none;
	}
	
.footer:hover{
	color:#FF0000;
	}
	
.footer:visited{
	color:#660000;
	text-decoration:none;
	}
	
.posi_dead{
	font-size:11px;
	color:#FFFFFF;
	}
	
.posi{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	}
	
.posi:link{
	color:#FFFFFF;
	}
	
.posi:hover{
	color:#FFFF00;
	}
	
.repeat{
	background-repeat:repeat-y;
	}
	
.norepeat{
	background-repeat:no-repeat;
	}

/* BEGIN DROP DOWN MENU STYLES */

.page_title{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	}
	
.header{
	font-size:18px;
	font-weight:bold;
	}	
	
.header_indent{
	font-size:18px;
	font-weight:bold;
	margin-left:15px;
	}

.bold{
	font-weight:bold;
	}
	
.italics{
	font-style:italic;
	}
	
.indent{
	margin-left:20px;
	}

/* END DROP DOWN MENU STYLES */
