<!--CSS-->
body{
padding:0px;
margin:0px;
}

.main_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#727171;
	}
	
.main1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#C9D3B8;
	}
.header_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#5A7AAA;
	}
	
.link_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#5B5A5A;
	}	
	
.other_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#FFFFFF;
	}	

.list_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#34332E;
	}	

	
.copyright_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#ECECEC;
	}

.form
	{
		width:271px; height:20px; border-color:#D4D0C8; border-width:1px; background-color:#ffffff; font-size:11px;
	}
.form_div
	{
		height:23px; margin-top:5px;		
	}
		
	a.link_text:link {text-decoration:none;}	
	a.link_text:hover {text-decoration:underline;}
	a.link_text:active {text-decoration:none;}
	a.link_text:visited {text-decoration:none;}	
	
	a.copyright_text:link {text-decoration:none;}	
	a.copyright_text:hover {text-decoration:underline;}
	a.copyright_text:active {text-decoration:none;}
	a.copyright_text:visited {text-decoration:none;}	
	
	a.other_text:link {text-decoration:none;}	
	a.other_text:hover {text-decoration:underline;}
	a.other_text:active {text-decoration:none;}
	a.other_text:visited {text-decoration:none;}	