
body { 
margin-top: 10px;
margin-bottom: 20px;
margin-right: 40px;
margin-left: 40px;

background-image: none; /* url(interpolate2_sandra.jpg);*/ 

background-color: ; 
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 15px;
font-weight: bold; 
	}
	 
h1 {
	margin: 0px 0px 0px 00px;
	padding: 15px 5px 25px 00px;/*TRBL -The space above and beneath text*/
	font-family: Verdana, Arial sans-serif ;
	font-size: 18px;
	color: #000099; /* Corporate BLUE*/
	background-color: #FFFFFF;   
	border-bottom: #000099 4px solid;/* Corporate Blue*/
	}

	
h2	{ 
	margin: 10px 0px 15px 10px;
	padding: 5px 10px 5px 0px; /*The space above and beneath text*/
	font-family: Verdana, Arial sans-serif ;
	font-size: 16px;
	color: #000099; /* Corporate BLUE*/
	background-color: #FFFFFF;  
	border-bottom: #000099 4px solid; 
	}
h3 {
	color: #000099; /* Corporate BLUE*/
	}
h4	{/* USED FOR NUMERIC YEAR*/
	font-family: Verdana, Arial sans-serif ;
	color: Black;
	font-size: 14px;
	padding: 5px 0px 0px 0px; /*The space above and beneath text*/
	}
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;
	letter-spacing: 1px;
	word-spacing: 1.5px;
	line-height: 16px;
}


/* IMAGE STYLE */
img {
border: none;
}		

	
a:link {
	font-size: 14px;
	color: #000099; /* Corporate BLUE*/
	background-color: transparent;
	text-decoration:none;
	font-weight:Bold;
	}
a:visited {
	font-size: 14px;
	color:#000099; /* Corporate BLUE*/
	background-color: transparent;
	text-decoration:none;
	font-weight:Bold;
	}
a:hover {
	font-size: 14px;
	color:#000099; /* Corporate BLUE*/
	background-color: transparent;
	text-decoration:underline; 
	font-weight:Bold;
}
a:active {
	font-size: 14px;
	color:#000099; /* Corporate BLUE*/
	background-color: transparent;
	text-decoration: none;
	font-weight:Bold;
}
td {
	font-weight: bold;
	font-size: 14px;
	color: Black; 
	background-color: #FFFFFF ; /*ALL Cell BACKGROUNDS*/
	margin: 0px 0px 0px 0px;
	border:0px solid Silver;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;/*The space above and beneath text in a cell*/
	color: 0;
}
/* STYLES FOR  Unordered List and List Items*/
ul {
font: normal 12px/14px "Trebuchet MS", Verdana, Arial, sans serif;
}
li {
font: normal 12px/14px "Trebuchet MS", Verdana, Arial, sans serif;
line-height: 16px;
}





