
body {	
	margin: 0 auto 50px auto;
	background: #D6D6D6 url(bg.png) top center no-repeat;
	font: 12px "Trebuchet Ms";
	color: #5D5D5D;
        text-align: justify; 
	overflow-x:hidden;
}
p {	line-height: 1.5em;	margin: 1.2em 0; }
.clear {
clear: both;
}

a img {
opacity:.90;
filter: alpha(opacity=80);
 -moz-opacity: 0.5;

border: 1px solid #F86C46;
	padding:4px;
        -moz-border-radius: 8px 8px 8px 8px;

}



a:link {background:none; color:#F86C46; text-decoration: none;}
a:visited {background:none; color:#F86C46; text-decoration: none;}
a:hover {background:none; color:#1F1F1F;}

strong, b{color: #E85226;}
em, i {color: #171717;}
u {color: #91C846;}


/*LINKS*/
ul.links{font-size: 11px; list-style-type: none; margin: 0; padding: 0;}
	ul.links li {display: block; width: 180px; display: inline; float: left;}
	ul.links li a {display: inline; float: left; }
	ul.links li a {background: url() 5px 7px no-repeat; padding: 5px 10px 5px 18px; display: block; width: 180px; border-bottom: 1px dotted #94B95A; color: #5D5D5D; text-align: left;}
	ul.links li a:hover {background:#FFC4D6; color: #ffffff;border-bottom: 1px dotted #FF99B1;}

/*******FORMS*********/
.hoverfocus { 
	border:1px solid #B8787A;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
form div { 
	padding:1em 0; 
	border-top:1px solid #22181A; 
}
label {
	float:left; 
	width:10%; 
	background:none;
	color:#FFF;
	line-height: 200%; 
	padding-right:1em; 
	text-align:right; 
} 
input {
	padding:5px; 
	background:#190F10;
	font:11px "Arial";
	color:#B3BEAD;
	width:80%;
	border:1px solid #22181A;
}
textarea {
	padding:5px; 
	background:#190F10;
	font:11px "Arial";
	color:#B3BEAD;
	width:80%;
	border:1px solid #22181A;
}
.button input { 
	padding:5px; 
	background:#190F10;
	font:11px "Arial";
	color:#B3BEAD;
	width:30%;
	border:1px solid #22181A;
}
option {
	background: #FBFBFB;
	font: 13px "Trebuchet Ms";
	color: #696969;
	padding: 1px 5px;
	margin-bottom: 5px;
}
select {
	background: #FBFBFB;
	font: 13px "Trebuchet Ms";
	color: #696969;
	padding: 5px;
	border: #DFDFDF 1px solid;
	width:90%;
	margin-bottom: 5px;
}