body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #000000;
}

.currentRating {
	font-weight: bold;
}

.rateIt {
	margin-top: 10px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
             font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;


}

a:link {
	color: #E5472C;
            font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

a:visited {
	color: #E5472C;
             font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt; 

}

a:active {
	color: #E5472C;
font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #000000;
             font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;

}

input.submit {
	color: #000000;
	background: #ffffff;
	border: 2px outset #cccccc;
}
