/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background:url(../images/bg.jpg);
	font: 11px verdana, arial, sans-serif;
	color: #999933; 
	line-height: 1.6;
	text-align: center;
	}

/* links */
a, a:visited {
   	color: #602b2c;	
	text-decoration: none; 
	background: inherit;
	
	}
a:hover {
	color: #618e0b;
	background: inherit;
	text-decoration: underline;
	
	}
/*h1{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
	font-size: 130%;	
	}
*/
/*images */
img {
	background: #FAFAFA;
   	border: none;
	}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0 0 5px 0;
	background:"#EEECED";
	}
/*th strong {
	color: #fff;
	}
th {
	background-color: #CC0001;
	height: 26px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	}
td {
	padding: 1px;
	}
td.first,th.first {
	border-left: 0px;
	}*/
/* end - table */



/*Text*/
.textSMALL{
	color: #8c8a8a;
	font: 10px Verdana, Arial, Sans-serif;
	}
.textFOOTER{
	color: #8c8a8a;
	font: 11px Verdana, Arial, Tahoma, Sans-serif;
	}
.textOrange{
	color: #618e0b;
	font: 11px  Verdana, Arial, Tahoma, Sans-serif;
	text-decoration:underline;
	}
.textBoldOrange{
	color: #D65C03;
	font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
	}

	

/*Border*/	
/*.border {
	border: 1px solid #CCCCCC;
********************************
   LAYOUT
********************************************/ 

/*...Header....*/
#header {
	width: 1000px;
	position: relative;
	height: 95px;
	background: #FFF url(../images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFFFFF;
	}


#footer a { 
	color: #000;
	text-decoration: none; 
	}
#footer a:hover {
	color: #000;	
	text-decoration: underline;
	}
