@charset "utf-8";
/* CSS Document */

<style type="text/css">
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: #222222;
	text-align:center;
	font: 76% Arial, sans-serif;
	margin: 0;                
}
#content {
	height: 610 px;
	color: #CCCCCC;
}
a:link {
	color: #cccccc;
	font-weight:bold;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #222222;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #222222;
	font-family: Tahoma, Geneva, sans-serif;
}
a:active {
	text-decoration: none;
	color: #222222;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.grey14 {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
.grey14B {
	color: #CCCCCC;
	font-weight:bold;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
.yellow14 {
	color: #D09600;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
.yellow36B {
	color: #D09600;
	font-weight:bold;
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
}
</style>
