/* CSS Document */

body {
	margin-top: 70px;
	margin-bottom: 50px;
	background-image: url(fon.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-attachment:fixed;
	background-color: #ffffff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.copy {
	font-size: 10px;
	color: #8c8c8c;
}

.big {
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #3D89C2;
}

.tools { font-size: 11px;
         font-family:Arial, Helvetica, sans-serif;
         color:#666666;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	margin-right: 25px;
	margin-top: -10px;
}

.text {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: justify;
	margin-right: 3px;
	margin-left: 10px
}
.menu {
	color: #FF6699;
	font-size: 12px;
	font-weight: bold;

}


.first {
	font-size: 38px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FF6699;
	line-height: 60px;
}

.tra {
opacity: 0.7; 
filter: alpha(opacity=80);
margin-right:15px;
margin-bottom:15px;
border:#999999 1px solid;
}

.tra:hover {
opacity: 1.0; 
filter: alpha(opacity=100)
}

a:link {
	color: #888888;
}
a:visited {
	color: #888888;
}
a:hover {
	color: #FF6699;
}
a:active {
	color: #FF6699;
}
