body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	color: #DA012A;
	font-size: 18px;
	line-height: 35px;
	margin-top:15px;
	margin-bottom:15px;
}

h2 {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
}

h3 {
	color: #000000;
	font-size: 12px;
}

h4 {
	color: #000000;
	font-size: 10px;
}

a {
	color:#DA6501;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p {
	margin-top: 0px;
	font-size: 10px;
	color: #000000;
	margin-bottom:10px;
}

li{
	font-size: 10px;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
}

hr {
	border:0;
	height:1px;
	background-color:#DDDDDD;
	margin-top:20px;
	margin-bottom:20px;
}