.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #598D52;
}
.titleswhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #004D91;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004D91;
}
a:hover {
	text-decoration: underline;
	color: #004D91;
}
a:active {
	text-decoration: none;
	color: #004D91;
}
a.one:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.one:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.one:hover {
	text-decoration: underline;
	color: #EFEFEF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.border {
	border: 1px solid #666666;
}
#navcontainer { 
	width: 190px; 
	font-size: 13px;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 190px;
height: 15px;
background-color: #ABDA4E;
border-bottom: 1px dashed #FFFFFF;
font-weight: bold;
font-size: 13px;
}

#navcontainer a:link, #navlist a:visited
{
color: #333333;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

#navcontainer a:hover
{
background-color: #EFEFEF;
color: #42693D;
font-size: 13px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	width: 300px;
}
