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

body{
	background-image:url(images/bkg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html{
	font:12px/15px Verdana, Arial, Helvetica, sans-serif; color:#3F5061;
}
/*---links---*/

a{color:#0066FF;
}
a:hover{ text-decoration:none;}
.link{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/arr.gif) right 5px no-repeat;
	padding:0 13px 0 0; 
	color:#d34807; 
	font-weight:bold;
}
.link_1{ color:#d34807; font-weight:bold;}
/*---//	links---*/
/*---txt---*/
.txt{ font-size:14px;}
.txt_1{ font-weight:bold; color:#455462;}
.txt_2{ color:#576676;}
.txt_3{ color:#455462; font-size:14px; font-weight:bold;}
.txt_4{ color:#d34807; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
/*---// txt---*/