/* CSS Document */
a:hover{text-decoration:none}	
	
	.main_text
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:13px;
		color:#464545;
	}
	.header_text
	{
		font-family:Tahoma;
		font-size:12px;
		line-height:12px;
		color:#FEF4EB;
	}
	
	.menu1_text
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:10px;
		color:#5B5B5B;
	}	
	.menu2_text1
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:13px;
		color:#FCEEE1;
	}
	.menu2_text2
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:10px;
		color:#743901;
	}	
	.menu2_text3
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:10px;
		color:#A95701;
	}			
	.copyright_text
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:10px;
		color:#FFFFFF;
	}	
	a.text:link {text-decoration:none;}	
	a.text:hover {text-decoration:underline;}
	a.text:active {text-decoration:none;}
	a.text:visited {text-decoration:none;}	

