@charset "utf-8";
/* CSS Document */

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Verdana", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background: #000000;
	/*background-repeat: repeat-x, repeat-y;
	background-attachment: fixed;*/
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0px;
}

a:link {
	color: #FBBF3B;
	text-decoration: none;
}

a:active, a:visited {
	color: #FBBF3B;
	text-decoration: none;
}

a:hover {
	color: #FFDC8F;
	font-weight: bold;
	text-decoration: none;
}

.style1 {
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFCC00;
}

.R3 {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFFFF;
}
.CB {background: #CCCCCC; color:#000000; font:bold 10px "Verdana", "Arial", "Helvetica", "sans-serif"}

.TB {font:10px "Verdana", "Arial", "Helvetica", "sans-serif";}
