.Header {
	COLOR: #330000; 
	FONT-FAMILY: Arial; 
	FONT-SIZE: 20px; 
	TEXT-DECORATION: none;
}

.subHeader {
	text-decoration: none; 
	FONT-WEIGHT: bold; 
	font-size:16; 
	color: #FF9933;
}
.bullet {
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
.link {
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
.link:visited {
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

body{
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
}
.link:active {
	text-decoration: none
}
.link:hover {
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-decoration: underline 
}
