/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}

a, a:active, a:visited{
  color: #CC0000;
  text-decoration: none;
  font-weight:bold;
}

a:hover{
  color: #CC0000;
  text-decoration: underline;
  font-weight:bold;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
