/* ---( BASE Styles )------------------------------------ */

	body {
	background-color: #dcdad5;
	margin: 0;
	padding: 0;
	background-image: url(bg-01.jpg);
	background-repeat: repeat-x;
	}

	td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #9F988A;
	font-size: 11px;
	}
	

/* ---( LINK Styles )------------------------------------ */

	a:link, a:active, a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	}
	
	a:hover {
	color: #9F988A;
	text-decoration: none;
	}
	
	a.footer:link, a.footer:active, a.footer:visited  {
	text-decoration: none;
	color: #9F988A;
	}
	
	a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
	/* comments classes */
.commentsText{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.commentsLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
.commentsLinks:hover{
	color : #FF00A2 ;
}
.btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#ffba00;
	border:1px solid #db7701;
}
	
.btnHover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#f1a502;
	border:1px solid #db7701;
}
.commentsDescription{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-transform:none;
}
.textInput{
	
}
.textAreaInput{
	
}


