
body { 
background-color: ; 
color: ; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: bold; 
	} 
	
p {
	margin: 10px 10px 25px 20px;
	padding: 5px -10px 5px 10px;
	/*text-indent: 15px; FIRST LINE INDENT */
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 16px;
}
h1 {
	margin: 10px 10px 10px 10px;
	padding: 5px -10px 5px 10px;
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 30px;
	color: #000099;/*Corporate Blue*/
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 20px;
	}
h2 {
	margin: 10px 10px 10px 10px;
	padding: 5px -10px 5px 10px;
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FF9933 ;/*Orange*/
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 20px;
}
h3 {
	margin: 10px 10px 10px 10px;
	padding: 5px -10px 5px 10px;
	font-family: normal Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000 ;/*Black- otherwise same as h2*/
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 16px;
}
a:link { 
font-size: 12px; 
color:#FF9933;/*Orange*/
text-decoration:underline; 
font-weight:bold; ; 
font-family: Verdana, Arial, Helvetica, sans-serif
line-height: 16px;} 

a:visited { 
font-size: 12px; 
color:#FF9933;/*Orange*/
text-decoration:underline; 
font-weight:bold; 
font-family: Verdana, Arial, Helvetica, sans-serif
} 
a:hover { 
font-size: 12px; 
color:#999999;
text-decoration:none; 
font-weight:bold; 
}
 
a:active { 
font-size: 12px; 
color:#0000FF;
text-decoration:underline; 
font-weight:bold; } 

.TitleP { 
font-weight: bold; 
font-size: medium; 
text-align: center; } 

/* STYLES FOR  Unordered List and List Items*/
ul {
font: normal 12px/14px "Trebuchet MS", Verdana, Arial, sans serif;
}
li {
font: bold 12px/14px "Trebuchet MS", Verdana, Arial, sans serif;
letter-spacing: 1px;
word-spacing: 1.5px;
line-height: 16px;
}