body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #382505;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #298E1E;
	text-decoration: none;
}
a:visited {
	color: #298E1E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #D0C28C;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3BA536;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	color: #55A536;
}
/*img.png {
	filter: expression(
		(runtimeStyle.filter == '') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+src+', sizingMethod=scale)' : '',
		width = width,
		src = '/images/empty.gif');
}*/
.pngscale{
	filter: expression(
		(runtimeStyle.filter == '') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=scale)' : runtimeStyle.filter,
		runtimeStyle.backgroundImage = 'none');
}
.menu2:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.menu2:link{
	color: #FFFFFF;
	text-decoration: none;
}
.menu2:hover{
	color: #777777;
	text-decoration: none;
}
.menu3:visited{
	color: #000000;
	text-decoration: none;
}
.menu3:link{
	color: #000000;
	text-decoration: none;
}
.menu3:hover{
	color: #AA0000;
	text-decoration: none;
}


.white:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.white:link{
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover{
	color: #FFFFFF;
	text-decoration: underline;
}