/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/grainybg.jpg);
	background-color: #3B393A;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #B59967;
	}
H1 {
	color:#B59967;
	font-size: 16pt;
	letter-spacing: 3px;
	font-weight: normal;
	}

H2, H3, H4{
	font-family: Arial, Helvetica;
	color: #B59967;
	font-size : 12pt;
	font-weight: bold;
	}
p, .maintext, table {
	font-family: Arial, Helvetica;
	color: #B59967;
	font-size : 10pt;
	font-weight: normal;
	}
ol, ul, li { 
	font-family: Arial, Helvetica; color: #B59967; font-size : 10pt; 
	}

a:link { 
	color : #FFFFFF; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:9px;
	text-decoration:none;
	text-transform: uppercase;
	}
a:visited { 
	color : #CFCFCF; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:9px;
	text-decoration:none;
	text-transform: uppercase;
	}
a:hover { 
	color : #FFE1AE; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:9px;
	text-decoration:underline;
	text-transform: uppercase;
	}
a:active { 
	color : #FFE1AE; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:9px;
	text-decoration:underline;
	text-transform: uppercase;
	}
	
	
/*DEMO PAGE LINKS*/
#demo a:link { 
	color : #FFFFFF; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:10pt;
	text-decoration:none;
	text-transform: uppercase;
	}
#demo a:visited { 
	color : #CFCFCF; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:10pt;
	text-decoration:none;
	text-transform: uppercase;
	}
#demo a:hover { 
	color : #FFE1AE; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:10pt;
	text-decoration:underline;
	text-transform: uppercase;
	}
#demo a:active { 
	color : #FFE1AE; 
	font-weight: bold;
	letter-spacing: 2px;
	font-size:10pt;
	text-decoration:underline;
	text-transform: uppercase;
	}
	
	
img { 
	border-color : #000000; 
	}
.hrule{
	background-color:#826634;
	height: 1px;
	}
.pagetitle{
	color:#B59967;
	font-size: 16pt;
	letter-spacing: 3px;
	font-weight: normal;
	padding-top: 5px;
	}
.divpaddingstyle{
	padding-right: 15px;
	}
	
.emphasize{
    color: #D9C094;
	font-weight: bold;
	}
	
hr  {
    color: #826634;
    size: 1px;
    }
    
.contact{
	color:#B59967;
	font-size: 14pt;
	letter-spacing: 3px;
	font-weight: normal;
	padding-top: 5px;
	}
.formfield {
	border: #826634 1px solid !important;
	background-color: #ffffff !important;
	opacity: .50;
	filter: alpha(opacitiy=50);
	text-transform: uppercase;
	color:  #000000;
	font-weight:bold;
	}
.formbutton {
	border: #826634 1px solid !important;
	background-color: #B9A572 !important;
	text-transform: uppercase;
	color:  #000000;
	font-weight:bold;
	}