body {
margin: 0px; 
padding: 0px;
background: #ffffff; 
color: #333333;
text-align: center;
} 

a:link {background: none; color: #9d0a0e; text-decoration: underline; cursor: pointer;}
a:visited {background: none; color: #9d0a0e; text-decoration: underline; cursor: pointer;}
a:hover {background: none; color: red; text-decoration: underline; cursor: pointer;}
a:active { background: none; color: red; background: underline; cursor: pointer;}

.global {
width: 770px;
height: 100%;
background: #ffffff;
color: inherit;
margin-left: auto;
margin-right: auto;
margin-top:5px;
}

.global td {
vertical-align: top;
}

.header {
width: 100%;
}

.header td {
vertical-align: top;
text-align: left;
padding: 0px 0px 0px 0px; 
}

.right {
background: transparent;
color: inherit;
}

.content {
background: transparent;
color: inherit;
}

.boxstyle {
width: 100%;
margin-bottom: 15px;
}

.menuoff {
	background: #3d7e4f;
	color: #3d7e4f; 
	cursor: hand; 
	text-decoration: none;
	border-left: 1px solid #dde4ec;
	border-top: 1px solid #dde4ec;
	border-right: 1px solid #2e4054;
	border-bottom: 1px solid #2e4054;
	width: 100%;
	height: 16px;
	padding-left: 3px;
	text-align: left; 
	line-height: 14px;
	font: bold 11px arial,helvetica,sans-serif;
}

.menuon {
	background: #43bc84;
	color: #000000; 
	cursor: hand; 
	text-decoration: none;
	border-left: 1px solid #ffefdf;
	border-top: 1px solid #ffefdf;
	border-right: 1px solid #452f59;
	border-bottom: 1px solid #452f59;
	width: 100%;
	height: 16px;
	padding-left: 3px;
	text-align: left; 
	line-height: 14px;
	font: bold 11px arial,helvetica,sans-serif;
}

.menuclick {
	background: #a2d7b3;
	color: #000000;
	cursor: hand; 
	text-decoration: none;
	border-left: 1px solid #2e4054;
	border-top: 1px solid #2e4054;
	border-right: 1px solid #dde4ec;
	border-bottom: 1px solid #dde4ec;
	width: 100%;
	height: 16px;
	padding-left: 3px;
	text-align: left; 
	line-height: 14px;
	font: bold 11px arial,helvetica,sans-serif;
}

.menuoff a:link { color: #ffffff; text-decoration: none; cursor: hand;}
.menuoff a:visited { color: #ffffff; text-decoration: none; cursor: hand;}
.menuoff a:hover {color: #ffffff; text-decoration: none; cursor: hand;}

.menuon a:link { color: #000000; text-decoration: none; cursor: hand;}
.menuon a:visited { color: #000000; text-decoration: none; cursor: hand;}
.menuon a:hover {color: #000000; text-decoration: none; cursor: hand;}

.menuclick a:link { color: #000000; text-decoration: none; cursor: hand;}
.menuclick a:visited { color: #000000; text-decoration: none; cursor: hand;}
.menuclick a:hover {color: #000000; text-decoration: none; cursor: hand;}

.headingstyle {
background: none;
color: #666666;
font: bold 20px arial,sans-serif;
}

p {
font: 13px arial,sans-serif;
}

.padded {
padding: 10px;
}

.smallfont {
font: 13px arial,sans-serif;
}

.medfontbold {
font: bold 15px arial,sans-serif;
}

.smallfont td {
font: 13px arial,sans-serif;
}

.medfontbold td {
font: bold 15px arial,sans-serif;
}

.footer {
width: 100%;
background: transparent;
color: inherit;
font: 12px arial,sans-serif;
height: 25px;
text-align: center;
}




