/* Global Styles */

body {
	background-color: #02577B;
}

a {
	color: #0099CC;
	text-decoration:underline;
	}
	
a:hover {
	color: #00B5F0;
	text-decoration:none;
	}



/* ID Styles */

.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #082898;
}

.subTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: normal;
	font-style:normal;
	font-weight:bold;
	}	

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: normal;
	font-style: normal;
	}

.bullets {
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: 15px;
	font-style: normal;
}

