@charset "UTF-8";
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover   {
	color: #000000;
	text-decoration:none;
	border-bottom:1px dotted #999933;
} 
a:visited {
	color: #999933;
	font-weight: normal;
	text-decoration: none;
}
html, body, #wrapper { 
	height:100%; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	width: 100%; 
	border-style: none; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
#wrapper { 
	margin: 0 auto; 
	text-align: center; 
	width: 100%; 
	height: 100%; 
}		

