body,td,th {
	font-family: Trebuchet MS, tahoma, veradana;
	font-size: 12px;
	color: #33414E;
}
body {
	background-image: url(../layout/bg-1.gif);
	margin-top: 0px;
}

.text{
	margin-left: 5px;
	margin-left: 5px;
}

.contact {
	font-family: Trebuchet MS, tahoma, veradana;
	font-size: 12px;
	color: #33414E;
}

.title{
	font-family: Trebuchet MS, tahoma, veradana;
	font-size: 24px;
	color: #33414E; 
	font-weight: bold;
}

.title2{
	font-family: Trebuchet MS, tahoma, veradana;
	font-size: 16px;
	color: #33414E; 
	font-weight: bold;
}

a {
	font-size: 12px;
	color: #ff8c00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff8c00;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}

a.beacon:link,a.beacon:visited  {
	font-size: 12px;
	color: #000000;
}

a.beacon:hover  {
	font-size: 12px;
	color: #000000;
}

.link_font{

	font-family:Trebuchet MS, tahoma, veradana;
	font-size: 11px;
	color: #ffcc99;
	font-weight: bold;
	}

input {
	font-family:Trebuchet MS, tahoma, veradana;
	font-size: 12px;
	color: #666666;

	
}
textarea.grey{
	background-color: #4a2208;
	font-family:Trebuchet MS, tahoma, veradana;
	font-size: 12px;
	color: #666666;
	border: none;

}

option.grey{
	background-color: #CCCCCC;
	font-family:Trebuchet MS, tahoma, veradana;
	font-size: 12px;
	color: #666666;


}
select{
	background-color: #CCCCCC;
	font-family:Trebuchet MS, tahoma, veradana;
	font-size: 12px;
	color: #666666;
}

/* Beginning of dhtml faq styles */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:0.9em;
	font-weight: bold;
	width:700px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:30px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	width:700px;
	/* #317082 */
	/* #E2EBED */
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	font-weight: bold;
}
.red {

	font-family: Trebuchet MS, tahoma, veradana;
	font-size: 12px;
	color: #FF0000;
}
