body {
	background-color: #6F7268; 
	margin: 0;
	padding: 0;
	background-image: url(images/bg_02.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}


 
#holder {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:30px;
}


#header {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: #6F7268;
	float:left;

}

#contFront {
	background:#aaae9e;
	float:left;
	padding: 10px;
}


.navTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCBE;
	text-align:center;
	position:relative;
	top:7px;
	word-spacing:12px;
	
}
	.navTop a:link {
	color: #ccccbe;
	text-decoration: none;
		}
		
	.navTop a:active {
	color: #CCCCBE;
	text-decoration: none;

		}
		
	.navTop a:visited {
	color: #CCCCBE;
	text-decoration: none;
		}
		
	.navTop a:hover {
	color: #000000;
	text-decoration: none;	
		}
		
		
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

	.content a:link {
	color: #884400;
	text-decoration: underline;
	
	
		}
		
	.content a:active {
	color: #884400;
	text-decoration: underline;
	

		}
		
	.content a:visited {
	color: #884400;
	text-decoration: underline;
	
		}
		
	.content a:hover {
	color: #884400;
	text-decoration: none;	
	
		}


.headTxtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCbe;
	font-weight: bold;
}
.listSpace {
	line-height: 22px;
}


.headTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCbe;

}
.blackTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.footTxt {

	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	color: #CCCCbe;
}

	.footTxt a:link {
	color: #ccccbe;
	text-decoration: none;
		}
		
	.footTxt a:active {
	color: #CCCCBE;
	text-decoration: none;

		}
		
	.footTxt a:visited {
	color: #CCCCBE;
	text-decoration: none;
		}
		
	.footTxt a:hover {
	color: #000000;
	text-decoration: none;	
		}
		
.imgBdr {
	border: 1px solid #000000;
}		
		
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	margin-left: 6px;
	line-height: 18px;
}

	.leftNav a:link {
	color: #ffffff;
	text-decoration: underline;
		}
		
	
	.leftNav a:active {
	color: #ffffff;
	text-decoration: underline;
		}
		
	.leftNav a:visited {
	color: #ffffff;
	text-decoration: underline;
		}
		
	.leftNav a:hover {
	color: #ffffff;
	text-decoration: underline;
		}
		
.leftNavBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bolder;
}


/*___________________________________________________
form style
---------------------------------------------------*/

.input {
	width: 175px;
	border: 1px #6f7268 solid;
	padding: 2px;
	background: #b4b4a7;
	color: #333333;
	font-size: 85%;
}


.textarea 	{
	width: 200px;
	border: 1px #6f7268 solid;
	padding: 2px;
	color: #333333;
	background: #b4b4a7;
	font-family: arial,verdana,Georgia,sans-serif;
	font-size: 9pt;
	height: 100px;
}


.button {
	border: 1px #6f7268 solid;
	width: auto;
	height:20px;
	color: #343434;
	background: #b4b4a7;
	font-size: 7pt;
	font-weight: bold;
	margin-left:60px;
}


.blackBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.blackSides {
	border-top-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
