body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#main {
background-image:url(/images/midbg2.jpg);
background-position:top;
background-repeat:no-repeat;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
}

.titletext {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 30px;
color:#3F3A2C;
}

.body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color:#333333;
}

.body a:link, .body a:visited, .body a:active {
text-decoration: underline;
color: #003300;
font-weight: bold;
}

.body a:hover {
color: #666666;
text-decoration: underline;
font-weight: bold;
}

.body2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333333;
}

.body2 a:link, .body2 a:visited, .body2 a:active {
text-decoration: underline;
color: #003300;
font-weight: bold;
}

.body2 a:hover {
color: #666666;
text-decoration: underline;
font-weight: bold;
}

#navmenu {
width:120px;
position: relative;
top: 15px;
float: right;
padding-right: 30px;
}

.navigation, .navigation_on {
font:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#000000;
text-align: left;
vertical-align: center;
height: 21px;
background-color: #FFFFFF;
background-image:url(images/button_bg.gif);
border:solid;
border-color:#666666;
border-width: 0 0 0 10px;
padding: 0 0 0 10px;
cursor: default;
}

.navigation_on {
background-color:#006600;
background-image:url(images/button_bg2.gif);
color:#FFFFFF;
cursor: pointer;
cursor: hand;
border-color:#006600;
}

.button, .buttonHover {
background: #404040;
color : #FFFFFF;
border: 3px outset #8b8b8b;

vertical-align:middle;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 130%;
cursor: pointer;
text-align:center;

border-spacing: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
white-space: nowrap;
display: block;
text-decoration: none;

width: 150px;
}

.buttonHover {
background: #295a70;
border-style:inset;
text-decoration: none;
}



.white, .white a:link, .white a:visited, .white a:active, .white a:hover  {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.white a:hover {
	color: #FFCC00;
}
	
hr {color:#ffffff ; background-color: #fff; border: 1px dotted #666666; border-style: none none dotted none; }