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



p {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 6px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: ;
	margin: 0;
	padding: 0;
}
h1 {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
}
h2 {
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 22px;
}
h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
h4 {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h5 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
h6 {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

hr { 
	clear: both;
	border-color: #e0e2dc #e0e2dc #e0e2dc;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin: 10px 0;	
	height: 0;
}

ul, ol { 
	margin: 12px 0; /* match top margin of p tag */
	padding: 0;
	font: 12px  Arial, Helvetica, sans-serif;
}
ul li { 
	padding-bottom: 5px;
	margin: 5px 0 0 30px;
}
ol li { 
	padding-bottom: 2px;
	margin: 2px 0 0 30px;
}


.text_white {
	color: #FFF;
}
.text_blue { 
	color: #0b3141;
}
.text_darkblue {
	color: #0c4157;
}
.text_darkred {
	color: #CC0000;
}
.text_green { 
	color: #31743c;
}
