@charset "utf-8";
.main_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #888888;
}
.footer_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #777777;
}
.main_text_header {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #AF9962;
	font-weight: bold;
}
.mainLight_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #D8CDB1;
}



/*
Text Links
*/
a.footerLink_links:link { 	
	font-family: Tahoma; 
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	}
a.footerLink_links:visited { 
	font-family: Tahoma; 
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	}
a.footerLink_links:active  { 
	font-family: Tahoma; 
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	}
a.footerLink_links:hover  { 
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
	}	

/*
Footber links
*/
a.textLink_links:link { 	
	font-family: Tahoma; 
	font-size: 11px;
	color: #AF9962;
	text-decoration: none;
	}
a.textLink_links:visited { 
	font-family: Tahoma; 
	font-size: 11px;
	color: #AF9962;
	text-decoration: none;
	}
a.textLink_links:active  { 
	font-family: Tahoma; 
	font-size: 11px;
	color: #AF9962;
	text-decoration: none;
	}
a.textLink_links:hover  { 
	font-family: Tahoma; 
	font-size: 11px;
	color: #999999;
	text-decoration: none;	
	}	
	
/*
Text field
*/	
.main_textfield { 
	font-family: tahoma; 
	font-size: 11px; 
	color: #000000; 	
	background-color: #fcf5f9; 
	border: 1px;
	line-height: 14px; 
	padding-top: 1px; 
	padding-right: 2px; 
	padding-bottom: 6px; 	
	padding-left: 6px
	}