/* styles */
body  {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color: black;
	}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	
.li { 
	font-size: 11px;
	margin-bottom:7px;
	}

.greentext {
	font-family: Veranda, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ADAA7B;
	font-weight: bold;
	}
	
.blacktext {
	font-family: Veranda, arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	}
.blacktext18 {
	font-family: Veranda, arial, helvetica, sans-serif;
	font-size: 18px;
	color: black;
	font-weight: bold;
	}			
	
.blacktext22 {
	font-family: Veranda, arial, helvetica, sans-serif;
	font-size: 22px;
	color: black;
	font-weight: bold;
	}		

.title {
	font-size: 14px;
	color:#ADAA7B;
	letter-spacing:3px;
	font-weight: bold;
	}




	
/* layout */

a {
	 text-decoration: none;
	 background-color:transparent;
	 color: #9B9860;
	 font-weight:bold;
	 }

a:hover { 
	text-decoration: none;
	color: black;
	}
	 
a.underline {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#ADAA7B;
	 font-weight:bold;
	 }
	 
a.underline:hover {
	 text-decoration: underline;
	 background-color:transparent;
	 color: white;
	 font-weight:bold;
	 }
a.underline1 {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#cccccc;
	 font-weight:bold;
	 }
	 
a.underline1:hover {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#ADAA7B;
	 font-weight:bold;
	 }
	 
 

.block {
	 text-decoration: none;
	 background-color: black;
	 padding:4px;
	 color:#ADAA7B;
	 border-left-width: thin;
	 border-left-color:white;
	 font-weight:500;
	 }

a.block {
	color: white;
	text-decoration: none;
	background-color: #ADAA7B;
	padding:4px;
	border-width: thin;
	border-color:white;
	border-style:groove;
	font-weight: 500;
	}
	 
a.block:hover {
	 background-color: black;
	 text-decoration: none;
	 padding:4px;
	 border-width: thin;
	 border-color: white;
	 color: #ADAA7B;
	 font-weight: 500;
	 }
	 
a.block1 {
	color: #ADAA7B;
	text-decoration: none;
	background-color:black;
	padding:4px;
	border-width: thin;
	border-color:white;
	border-style:groove;
	font-weight: 500;
	}
	 
a.block1:hover {
	 background-color:black;
	 text-decoration: none;
	 padding:4px;
	 border-width: thin;
	 border-color:white;
	 color: white;
	 font-weight: 500;
	 }
.copyright {
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
	color: #ADAA7B;
	letter-spacing:.5px;
	font-weight: 500; 	
	}	
	
a.copyright {
	color:white;
	text-decoration: none;
	background-color:#ADAA7B;
	letter-spacing:.5px;
	font-weight: 500;
	}	

a.copyright:hover { 
	color:white;
	text-decoration: none;
	background-color:#gray;
	letter-spacing:.5px;
	font-weight: 500;
	}	




h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: 700; 
	letter-spacing:3px;
	color:#333333; 	
	}
	
h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold; 
	letter-spacing:3px;
	color:#ddcdb9; 	
	}
	
h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold; 
	letter-spacing:4px;
	color:#A8ADA6; 	
	}
	
h4 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color:#333333; 	
	}	

h5 {
	font-family: arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: 400; 
	letter-spacing:8px;
	color:#be9e78; 	
	}

h6 {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold; 
	color:#be9e78; 	
	}	

	
	
input, select, radio, textarea {
background-color: white;
}

	
