*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trade Gothic",TradeGothic,Trade-Gothic,"Helvetica Neue",Arial,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #F0EDED;
	font-weight: none;
}




h1{
        font-family: "Trade Gothic",TradeGothic,Trade-Gothic,"Helvetica Neue",Arial,Arial,sans-serif;
	font-size: 17px;
        line-height: 1.2em;
	color: #fd9106;
	font-weight: bold;
	text-decoration: none;
}

h2{
        font-family: "Trade Gothic",TradeGothic,Trade-Gothic,"Helvetica Neue",Arial,Arial,sans-serif;
	font-size: 15px;
        line-height: 1.2em;
	color: #fd9106;
	font-weight: bold;
	text-decoration: none;
}


h3, h4, h5, h6{
	font-family: "Trade Gothic",TradeGothic,Trade-Gothic,"Helvetica Neue",Arial,Arial,sans-serif;
	font-size: 13px;
        line-height: 1.2em;
	color: #fd9106;
	font-weight: none;
	text-decoration: none;
}


b{
        font-family: "Trade Gothic",TradeGothic,Trade-Gothic,"Helvetica Neue",Arial,Arial,sans-serif;
	font-size: 12px;
        line-height: 1.2em;
	color: #fd9106;
	font-weight: bold;
	text-decoration: none;
}

input{
           border: 1px dotted #FF0000; 
           background-color:#FFFFFF;
}

input.button{
             padding: 0px;
             margin: 0px; 
             color: #32221F; 
             border: 1px solid #000000; 
             background-color: #FF0000;
}

textarea{
           padding: 0px;
           margin: 0px;
           border: 1px dotted #000000;
           background-color: #FF0000;
}

select{
           width: 210px;
           padding: 0px;
           margin: 0px;
           border: 1px dotted #000000;
           background-color: #FFFFFF;

}


A         {text-decoration: none;      color: #fd9106; font-weight : bold}
A:hover   {text-decoration: none;      color: #FF0000; font-weight : bold}
A:visited {text-decoration: none;      color: #fd9106; font-weight : bold} 
A:active  {text-decoration: none;      color: #fd9106; font-weight : bold}