@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#3366ff;		
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:rgb(f,9,9);
	scrollbar-highlight-color:rgb(f,9,9);
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
}



a.text-link-3:visited {
	color:#6a8f9d;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
a.text-link-3:link {
	color:#6a8f9d;
	font-size:10px;
	text-decoration:none; 
	font-weight:normal;
}
a.text-link-3:hover {
	color:#6a8f9d;
	font-size:10px;
	text-decoration:underline; 
	font-weight:normal;
}



a:visited {
	color: #6a8f9d;
	font-weight:bold;
	text-decoration: none;
}
a:link {
	color: #6a8f9d;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #6a8f9d;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	font-weight:bold;
	color: #6a8f9d;
}

a.link2:visited {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
a.link2:link {
	color:#fff;
	text-decoration:none; 
	font-weight:normal;
}
a.link2:hover {
	color:#fff;
	text-decoration:underline; 
	font-weight:normal;
}

.header_menu{
	margin-top:20px;
	font-size:16px;
	width:950;
	text-align:center;
}

.text-link-active{
	color:#999;
	font-weight:bold;
}

.continut{
	height:430px;
	overflow:scroll;
	overflow-x:hidden; 
}



