/* website below */
BODY {
	background-color: #708090;
}

table {
	background-color: #EFEFEF;
	font-family: sans-serif;
	line-height: 12px;
	font-size: 11px;
}

tr.heading td.subhead {
	width: 50%;
	color: White;
	font-weight: bold;
	background-color: Navy;
	line-height: 14px;
   padding-left: 6px;
}
tr.heading td.subhead a:link{
   text-decoration: none;
	color: White;
}
tr.heading td.subhead a:hover{
	color: White;
	letter-spacing: 2px;
}
tr.heading td.subhead a:visited{
   text-decoration: none;
	color: White;
}



table.page{
	width: 800px;
}
table.page a:link{
   text-decoration: none;
	color: Navy;
}
table.page a:hover{
	color: Navy;
	font-weight: bold;
}
table.page a:visited{
   text-decoration: none;
	color: Navy;
}
table.page td.pg_title {
	background-color: White;
	color: Navy;
	font-size: 14px; 
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 16px; 
}






table.footer {
	width: 800px;
	background-color: #145708;
	color: White;
	font-size: 10px;
	letter-spacing: 2px;
}
table.footer a:link{
   text-decoration: none;
	color: White;
}
table.footer a:hover{
	color: White;
	font-weight: bold;
}
table.footer a:visited{
   text-decoration: none;
	color: White;
}



table.menu {
	background-color: Blue;
	color: White;
	font-size: 12px;
	letter-spacing: 2px; 
}
table.menu a:link{
   font-weight: bold;
   text-decoration: none;
	color: White;
}
table.menu a:hover{
	font: italic;
}
table.menu a:visited{
   font-weight: bold;
   text-decoration: none;
 	color: White;  
}






table.hvi {
	background-color: #556B2F;
	color: White;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

.pg_caption {
	font-family: sans-serif;
	font-size: 11px;
	color: Navy;
	/* font-weight: bold; */
}

.pg_sub_head {
	font-family: sans-serif;
	font-size: 12px;
	color: Navy;
	 font-weight: bold; 
}
