@charset "utf-8";
/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*GLOBAL ELEMENTS***********/

html, body {
	color: #000000;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	min-width: 960px;
	padding: 0;
	text-align: center;
	background: #000;
}


#container {
	text-align:left;
	margin: auto;
	width: 960px;
	height:auto;	
}
#noflash{
	color:#FFFFFF;
}
	#noflash h1{
		font-size:36px;
		font-family:Arial, Helvetica, sans-serif;
		color:#f6a700;
		text-transform:uppercase;
	}
	#noflash h2{
		font-size:28px;
		font-family:Arial, Helvetica, sans-serif;
		color:#ffffff;
		text-transform:uppercase;
	}
	#noflash p{
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;		
		color:#ffffff;
		line-height:30px;
		
	}
	#noflash p a{
		color:#ffffff;
	}
	#noflash p a:hover{
		text-decoration:none;
	}		
	#noflash p.link{
		color:#fcf23b;
	}
	#noflash p.link a{
		color:#5edd2b;
	}	
	#noflash p.link a:hover{
		text-decoration:none;
	}		
	#noflash h4{
		margin-top:20px;
	}	


