<style>
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
TD, P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}
LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.grey_border {
	border : 5px solid #505050;
}

a {	
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 28pt;
	color: #999999;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
	font-weight: bold;
	color: #white;
}
.section_title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
	font-weight: bold;
    color: white;
}
.sub_sect_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	font-style : italic;
}
.update_title {
    font-size: 16pt;
	font-weight: bold;
	color: red;
}
.nav {
	font-size: 12pt;
	color: white;
}
.nav_link {
	font-size: 12pt;
	color: #999999;
	text-decoration: none;
}
.nav_link:hover {
	color: white;
	text-decoration: underline;
}
</style>

