.anothersub {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #D5D8E5;
	layer-background-color: #D5D8E5; /*for Netscape 4*/
	border: .1px solid #D5D8E5;
}
body {
	background-image:  url(images/another_bg_strip.jpg);
	/* Note: Make URL Absolute for Navigator 4 compatibility*/
	background-repeat: repeat-x;
	background-color: #D5D8E5;
}
.bodytext {
   background-color: #D5D8E5;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 120%;
}
td.bodytext {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
	
	line-height: 120%;
}

td.sidebar {
	background-color: #D5D8E5;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
}
.pageheader {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 3px;
	
}
H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003366;	
	font-weight: bold;
	line-height: 100%;
}

H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A05F7C;
	font-weight: bold;
	line-height: 100%;
}
	
H3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;	
	font-weight: bold;
	line-height: 100%;	
}

H5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: normal;
}

H6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
}

ADDRESS {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	font-weight : normal;
	font-style : normal;
}

A {
	text-decoration: underline;
	font-weight: normal;
	color: #003366;
}

A:Hover {
	text-decoration: none;
	font-weight: normal;
	color: #A05F7C;
}

A:ACTIVE {
	text-decoration: none;
	font-weight: normal;
	color: #708090;
}
 
