.border {
	border: 1px solid #990000;
}

.grayborder {
	border: 1px solid #CCCCCC;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bodytitle {font-size: 16px}

.bottomborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: none;
}

.rightGRborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: none;
}

.allborder {
	border: 1px solid #FF0000;
}
.topbottomborder {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.topbottomleftborder {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#topnav a:link, a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#topnav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#bodymain a:link{
	color: #990000;
	text-decoration:none;
    font-weight: normal;
}

#bodymain a:visited{
	color: #990000;
	text-decoration:none;
    font-weight: normal;
}


#bodymain a:hover {
	color: #990000;
	text-decoration: none;
    text-decoration:underline;
	font-weight: normal;
}

hr{color:#cccccc}