@CHARSET "ISO-8859-1";

body {
	padding: 0px;
	margin: 0px;
	background-color: White;
	text-align: left;
}

body, h1, h2, h3, h4, h5, h6, li, td, th, pre, p, div, span, input, select, textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: Black;
}

body, li, td, th, pre, p, div, span, input, select, textarea {
	font-size: 12px;
}

h1
{
	font-size: 24px;
	color: #D70606;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0px;
	color: RoyalBlue;
}

h3 {
	font-size: 16px;
	color: RoyalBlue;
	margin-top: 0px;
}

h4 {
	font-size: 12px;
}

h4, h5, h6 {
	color: RoyalBlue;
}

hr {
	color: Silver;
	background-color: Silver;
	height: 1px;
	border: 0px;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	color: #D70606;
	text-decoration: underline;
}

a:hover {
	color: Navy;
	text-decoration: underline;
}

a img {
	text-decoration: none;
	border: solid 1px Silver;
}

a:hover img {
	border: solid 1px Red;
}

pre {
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}
