/* 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;
	font-size: 10pt;
	color: #0E3C60;
	font-weight: bold;
	margin: 0px;
}
h2, .h2{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	color: #4C5792;
	font-size: 8pt;
	font-weight: bold;
	text-transform: none;
	margin: 0px;	
}
h3, .h3{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 8pt;
	color: #0E3C60;
	font-weight: bold;
	margin: 0px;
}
h4, .h4{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 10pt;
	color: #0E3C60;
	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;
}
/*-- FOOTER --*/
.footer, a.footer:link, a.footer:visited{
    color: #556180;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
}
a.footer:active, a.footer:hover{
    color: #556180;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: underline;
}
