/* Fix for MS Office style paragraphs (MsoNormal) */
p{
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li{
	padding: 0;
}

/* Fix for MS Office UL lists */
ul{
	margin-top: 0;
	margin-bottom: 0;
}
hr{
	height: 1px;
	width: 100%;
	color: #CCCCCC;
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-bottom:5px;
	margin-bottom: 5px;
}
h1, .h1{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	color: #A51B1B;
	font-size: 10pt;
	font-weight: bold;
	text-transform: none;
	margin: 0px;	
}
a.h1:link, a.h1:visited{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
	color: #A51B1B;
	text-decoration: underline;
}
a.h1:hover, a.h1:active{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
	color: red;
	text-decoration: underline;
}
a.h2:link, a.h2:visited{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: #A51B1B;
	text-decoration: underline;
}
a.h2:hover, a.h2:active{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: red;
	text-decoration: underline;
}
h2, .h2{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	color: #A51B1B;
	font-size: 8pt;
	font-weight: bold;
	text-transform: none;
	margin: 0px;	
}
h3, .h3{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h4, .h4{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #4C5792;
	font-weight: bold;
	margin: 0px;
}
h5, .h5{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}
h6, .h6{
	font-weight: normal;
	font-size: 8pt;
	color: #808080;
	margin: 0px;
}
