a:link {
	color: darkorange;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: darkorange;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: darkorange;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: navy;
	text-decoration: underline;
	font-weight: bold;
}
body {
	font-family: Verdana, Times New Roman, Arial;
	background-color: white;
	color: black;
	font-size: 10pt;
}
p {
	font-family: Verdana, Times New Roman, Arial;
	background-color: white;
	color: black;
	font-size: 10pt;
}
td {
	font-family: Verdana, Times New Roman, Arial;
	background-color: white;
	color: black;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Times New Roman, Arial;
}
h1 {
	font-size: 12pt;
	text-align: center;
}
h2 {
	font-size: 12pt;
	text-align: center;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 8pt;
}
h5 {
	font-size: 8pt;
}
h6 {
	font-size: 8px;
}
.section_heading {
	font-family: Verdana, Times New Roman, Arial;
	color: black;
	font-size: 10pt;
	font-weight: bold;
}
.footer_text {
	font-family: Verdana, 'Times New Roman', Arial;
	/*color: #000000;*/
	font-size: 10px;
	font-style: italic;
	margin-top:5px;
	margin-bottom:5px;
	
	background-color:#C0DFFD;
	color:#607CCA;
}
