/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
}



h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	color: #C6001E;
	margin-top: 20px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: bold;
	color: #C6001E;
	margin-top: 15px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight: bold;
	color: #C6001E;
	margin-top: 5px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

regularFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}