@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: #000000;
	background: #FFFFFF;
	/*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: #000000;
	text-decoration: none;
}

a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.style1 {
font-size:12px;
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;
}

