@charset "utf-8";
/* CSS Document */

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

p{
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						12px;
}

pre{
	background-color:				#FFFFFF;
	font-family:					"Courier New", Courier, monospace;
	font-size:						10px;
}

h1{
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						16px;
	font-weight:					bold;
	color:							#ed1c24;
	margin-top:						10px;
	margin-bottom:					5px;
	border-bottom:					thin solid #ffdcb0;
}

h2{
	font-size: 						14px;
	font-weight:					bold;
	margin-top:						10px;
	margin-bottom:					2px;
}

h3{
	font-size: 						13px;
	font-weight:					normal;
	margin-top:						10px;
	margin-bottom:					0px;
}

h4{
	font-size: 						13px;
	font-weight:					normal;
	margin-top:						10px;
	margin-bottom:					0px;
}

h5{
	font-size: 						12px;
	font-weight:					normal;
	margin-top:						5px;
	margin-bottom:					0px;
}

h6{
	font-size: 						12px;
	font-weight:					normal;
	margin-top:						2px;
	margin-bottom:					0px;
}

img{
	padding:						0px;
	border:							0px;
}

a {
	font-family:					Arial, Helvetica, sans-serif;
	text-decoration:				none;
	color:							#ff8f00;
}

a:hover{
	text-decoration:				underline;
}