body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
}

body,td,th {
	color: #000099;
	text-align: left;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000CC;
}


.style_text {
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

/*-- HEADER--*/

#title {
	font-size: 32px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
.title a {
	color: #009;
	text-decoration: none;
}
.tile a:hover {
	color: #FFCC00;
}

/*--GLOBAL NAVIGATION--*/
#navigation  {
	padding: 0;
	position: relative;
	top: 0px;
	}
	
.navigation a {
	font-size: 14px;
	color: #000099;
	/*--background-image: url(image/button_hr.png);--*/
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #2270EE;
	background-image: url(/image/button_hr.png);
	padding: 3px;
	background-position: top;
	line-height: 25px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}
	
.navigation a:hover {
	background-image: url(../image/button_hr.png);
	color: #C00;
	background-position: 0px 25px;
	border-right-width: 2px;
	border-right-color: #C00;
	border-right-style: solid;
	}


/*-- MAIN NAVIGATION--*/

#navigation_left  {
	width: 100%;
	position: relative;
	left: 0px;
	}

.navigation_left a  {
	display: block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../image/button_b.png);
	color: #000099;
	font-size: 14px;
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 7px;
}

.navigation_left a:hover {
	color:#C00;
	background-image: url(../image/button_y.png);
	background-repeat: no-repeat;
}

/*-- информационоое наполнение--*/

#infobox
{
	font-size: 14px;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
}

/*--NEWS--*/
#news {
	width: 100%;
	position: relative;
	}
.news a  {
	display: block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #009;
	font-size: 14px;
	font-weight: lighter;
}

.news a:hover {
	color:#00F;
}
	
/*--ADDITIONAL NAVIGATION--*/

#navigation_second  {
	width: 100%;
	position: relative;
	text-align: center;
	}

.navigation_second a  {
	font-family: "Times New Roman", Times, serif;
	color: #0000CC;
	font-size: 16px;
}

.navigation_second a:hover {
	color:#FF0000;
}
