/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: black;
	margin: 0 0 0 0;
	}
a:link	{
	color: black;
	text-decoration: underline;
	}

a:active	{
	color: black;
	text-decoration: underline;
	}
a:visited	{
	color: black;
	text-decoration: underline;
	}
a:hover	{
	color: #79EF07;
	text-decoration: underline;
	}			
		
#coming {
	color: #B7B6B8;
	font-weight: bold;
	}
	
#green {
	color: #79EF07;
	font-size: 16px;
	font-weight: bold;
	}
.content {
	color: white;
	font-size: 12px;
	}
.content  a:link{
	color: white;
	font-size: 12px;
	text-decoration: none;
	}
.content  a:active{
	color: white;
	font-size: 12px;
	text-decoration: none;
	}		
.content  a:visited{
	color: white;
	font-size: 12px;
	text-decoration: none;
	}		
.content  a:hover{
	color: #B7B6B8;
	font-size: 12px;
	text-decoration: none;
	}				
.white {
	color: white;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 35px;
	}
.white a:link {
	color: white;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
	}		
.white a:active {
	color: white;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
	}					
.white a:visited {
	color: white;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
	}					
.white a:hover {
	color: black;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
	}								
.greyBorder {
	border-top: 1px solid #A8AAAF;
	border-left: 1px solid #A8AAAF;
	border-bottom: 1px solid #A8AAAF;
	}
	
.greyBorderFull {
	border: 1px solid #A8AAAF;
	
	}									