td {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #444444;
}
.mainhead {
	background-image: url(images/head_bg.gif); 
	background-repeat: no-repeat; 
	height: 36px; 
	text-transform: uppercase;
	padding-left: 42px; 
	font-family: Verdana, Arial; 
	font-size: 16px; 
	font-weight: bold; 
	color: #00318D; 
	padding-top: 6px
}
.header {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4E5428;

}
body {
	background-color: #4E5428;
	margin-top: 3px;
	margin: 0px;
	scrollbar-face-color: #DCE0E2; 
	scrollbar-shadow-color: #687888; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #687888; 
	scrollbar-darkshadow-color: #DCE0E2; 
	scrollbar-track-color: #BCBFC0; 
	scrollbar-arrow-color: #6E7E88; 
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.wlink:link, a.wlink:visited, a.wlink:active {
	font-weight: bold; 
	color: #FF6600;
	text-decoration: none;
}
a.wlink:hover {
	color: #FF6600;
	color: #000000;
	text-decoration: underline;
}

.links {
	background-image: url(images/seprator.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.main {
	padding-top: 4px;
	text-align: justify;
}
.mainlink {
	background-image: url(images/bullet_link.jpg);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 18px;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 16px;

}
.sublink {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-image: url(images/bullet_sublink.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 30px;
	height: 16px;
}
.childlink {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-image: url(images/bullet_sublink.jpg);
	background-repeat: no-repeat;
	background-position: 32px center; 
	padding-left: 42px;
	height: 16px;
}

p, ul {
	margin-top:5px;
	margin-bottom:5px;
}

li {
	margin-top:5px;
	margin-bottom:5px;

}
.copy {
	color: #FFFFFF;
}