.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.maintextgr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #073325
}

.biggertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.almostbiggertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.navtext2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.linespc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

.lowerrep {
	background-image: url(images/lower_rep.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.leftrep {
	background-image: url(images/left_rep.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.rightrep {
	background-image: url(images/right_rep.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.mainbgrep {
	background-image: url(images/new_bg_rep.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.repos {
	position: relative;
	top: 210px;
}

a:link {
	color: #0E6146;
	text-decoration: none;
}
a:visited {
	color: #0E6146;
	text-decoration: none;
}
a:hover {
	color: #0E6146;
	text-decoration: underline;
}
a:active {
	color: #0E6146;
	text-decoration: none;
}

a.anything:hover {
	font-weight: bold;
}

.imgspcR {
	margin-right: 10px;
}

.imgspcL {
	margin-left: 10px;
}

.imgbord {
	border: 2px solid #2793BD;
	margin-bottom: 5px;
	margin-left: 10px;	
}

.imgbordR {
	border: 2px solid #2793BD;
	margin-bottom: 5px;
	margin-left: 10px;	
}

.imgbordL {
	border: 2px solid #2793BD;
	margin-bottom: 5px;
	margin-right: 10px;	
}.maintextwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.imgbordRwhite {

	border: 2px solid #FFFFFF;
	margin-bottom: 5px;
	margin-left: 10px;
}
.dottedborder {
	border-top: 2px dotted #147192;
	border-right: none;
	border-bottom: 2px dotted #147192;
	border-left: none;
}
.dottedbordertop {
	border-top: 2px dotted #D6D2B7;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.hilite {
	background-color: #CCFF33;
}
