body {
	background-color:#cccccc;
	background-image: url(woodlight.jpg);
	background-attachment: fixed;
	color:#666666;
	overflow-x:hidden;
	text-align: justify;
	cursor: crosshair;
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
	line-height: 15pt;
	}
table, tr, td {
    background-color:#ffffff;
	font-family: verdana, arial, tahoma;
	letter-spacing: 0;
	font-size: 9pt;
	line-height: 15pt;
	color:#666666;
	overflow-x:hidden;
	text-align: justify;
	cursor: default;
	}

a {
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
	color: #796a6d; 
	border-bottom: 2px dotted #666666;
	text-decoration:none; 
	cursor: crosshair;
	}

a:visited {
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
	color: #796a6d; 
	border-bottom: 2px dotted #666666;
	text-decoration:none; 
	cursor: crosshair;
	}
a:hover {
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
	color: #c05b00; 
	border-bottom: 2px dotted #796a6d;
	cursor: crosshair;
	text-decoration:none; 
	}
h1 { 
	color: #777777;
	border-bottom: 2px dotted #a6a27d;
	letter-spacing:2px;
	text-align:left;
	font-size:8pt;
	font-family: arial;
	line-height: 11pt;
	font-weight: bold;
	text-transform:uppercase;
	}
	
h1:first-letter {
color:#6b6aa4;
font-size:14pt;
font-family: Trebuchet MS, verdana, arial, tahoma;
text-transform:uppercase;
}

.menu {
color: #777777;
border-bottom: 1px dashed #777777;
text-align:left;
font-size:8pt;
font-family: arial;
line-height: 11pt;
font-weight: bold;
text-transform:uppercase;
}

.menu:first-letter {
color:#999999;
font-size:9pt;
font-weight: bold;
}

	
.form, input, textarea, checkbox, select {
	font-family: verdana;
	border: 0px;
	padding: 10px;
	font-size: 9pt;
	color: #ffffff;
	background-color: #ae734b;
	border: 3px solid #d8b679;
	}
	
	
.button {
background-color: #ae734b;
border: 3px solid #d8b679;
padding: 6px;
text-decoration: none; 
}

a.opacity img {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
}
a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
	
img { border: none;
text-decoration: none; }

