/*Style Sheet for Version 5 Browsers */
/*The Body Background */
body {
	/*background-color : #010101;
	background-repeat : repeat-x */
	BACKGROUND-POSITION: center 50%; BACKGROUND-IMAGE: url(../../images/bg_red.jpg); BACKGROUND-REPEAT: repeat-y; BACKGROUND-COLOR: #000000
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Geneva", "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;

}


.maindiv p { line-height : 120%; }

.maindiv h1 {
	font-family : "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000
	margin-bottom : 0px;
	margin-top : 0px
}

.maindiv h2 {
	font-family : "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 11px;
}

.maindiv a:link { color : #131A79 }

.maindiv a:visited { color : #131A79 }

.maindiv a:hover { color : #000000}


.maindiv2 {
	font-family: "Geneva", "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

.maindiv2 a:link { color : #333366;
text-decoration : none; }

.maindiv2 a:visited { color : #333366;
text-decoration : none; }

.maindiv2 a:hover { color : #996800;
text-decoration : none; }

.maindiv2 h1 {
	font-family : "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff
	margin-bottom : 0px;
	margin-top : 0px
}

.bord table {
	border-left : 1px solid #000000;
	border-top: 0px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	}
.bord2 table {
	border-left : 0px solid;
	border-top: 0px solid;
	border-right : 0px solid;
	border-bottom : 0px solid;
	}
/*Style Applied to the Paragraphs for Main Section Links */
td.navButts {
	color : #D70000;
	font-family : "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;

}

.navButts a {
	background-color : transparent;
	border-left : 1px solid transparent;
	border-top: 1px solid transparent;
	border-right : 2px solid transparent;
	border-bottom : 2px solid transparent;
	color : #D70000;
	font-weight: bolder;
	display : block;
	padding-top : 4px;
	text-decoration : none;
	width : 90%
}

.navButts a:hover {
	background-color : transparent;
	border-left : 1px solid #26251C;
	border-top: 1px solid #26251C;
	border-right : 2px solid #26251C;
	border-bottom : 2px solid #26251C;
	color : #000000;
	font-weight: bolder;
	text-decoration : none
}


table.navButtsX {
	background-color : #transparent;
	border-left : 1px solid #000000;
	border-top: 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	font-family : "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #CCB370;	

}

.navButtsX a {
	background-color : #transparent;
	border-left : 1px solid #333;
	border-top: 1px solid #333;
	border-right : 1px solid #333;
	border-bottom : 0px solid #333;
	color : #E5DBC9;
	font-weight: bolder;
	display : block;
	text-decoration : none;
	width : 100%;
	padding-bottom : 2px;
	padding-top : 2px;
}

.navButtsX a:hover {
	border-left : 1px solid #E7D28A;
	border-top: 1px solid #E7D28A;
	border-right : 1px solid #E7D28A;
	border-bottom : 0px solid #C7AD54;
	color : #fff;
	text-decoration : none
}


.input {
	background-color : #ffffff;
	height : 16px;
	font-size : 10px;
	border : 1px solid #000000;
	font-weight: bolder;
	color: #000000;
}
}



/*Styles Applied to Form Elements */
form {
	
	font-family : "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px
}

input { background-color : #ffffff; height : 16px; font-size : 11px; border : 1px solid #999999 }

cfinput { background-color : #ffffff; height : 16px; font-size : 11px; border : 1px solid #999999 }

textarea { 
	background-color : #ffffff;
	border : 1px solid #999999; 
	font-family : "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut {
	background-color : #fff;
	border : 1px solid #000;
	cursor: hand;
	font-family: "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}


h1 {
	font-family: "Geneva", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #131A79;
}
hr {
	border : 1px solid #cccccc;
	width : 90%
}