/* CSS Document */
<style type="text/css">

/*

primary text

*/


body{
	background-color: white;
	}

.text{
	font-family: verdana,geneva,arial;
	font-size: 10px;
	line-height: 14px;
	color: #607c8c;
	text-align: justify;
	}

.textnojust{
	font-family: verdana,geneva,arial;
	font-size: 10px;
	line-height: 14px;
	color: #607c8c;
	text-align: left;
	}

.text a{
	color: #003976;
	text-decoration: underline;
	}

.text a:hover{
	color: #ff9900;
	}

	
/*

headers and titles

*/


.subHead{
	font-family: verdana,geneva,arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #003976;
	}

.subHead a{
	color: #00a7e7;
	text-decoration: none;
	}

.subHead a:hover{
	color: #ff9900;
	text-decoration: underline;
	}

.sectionHead{
	font-family: verdana, geneva, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #00A7E7;
	text-align: center;
	}
	.sectionHeadLeft{
	font-family: verdana, geneva, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #00A7E7;
	text-align: left;
	}

.paraHead{
	font-family: verdana, geneva, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #00A7E7;
	text-align: left;
	}

.sectionHead a{
	color: #00a7e7;
	text-decoration: none;
	}

.sectionHead a:hover{
	color: #ff9900;
	text-decoration: underline;
	}

.graphHead{
	font-family: verdana,geneva,arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #003976;
	}

.graphHead a{
	color: #00a7e7;
	text-decoration: none;
	}

.graphHead a:hover{
	color: #ff9900;
	text-decoration: underline;
	}
.style1 {color: #FF0000}
</style>
