@charset "utf-8";
/* CSS Document */

	
	body {
		background: #AFAEAC;
		}
		
	a:link {
		text-decoration:none;
		color: #FCEEE1;		
		}	
	a:hover {
		text-decoration:underline;
		}
	a:active {
		text-decoration:none;
		color:#A95701;
		}
	a:visited {
		text-decoration:none;
		color: #FCEEE1;	
		}	
	
	
	.main_text
	{
		font-family:Tahoma;
		font-size:12px;
		line-height:16px;
		color:#464545;
	}
	
    .main_text a
	{
		color:#252525;
	}
	
	.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;
	}	
	
	.message {
			font-family:Tahoma;
		font-size:16px;
		color:#464545;
		}
		
