@charset "utf-8";

/*Navigation bar*/
#nav-bar {
	font : Times New Roman, Times, serif;
	font-weight : bold;
}

#nav-bar a {
	display : block;
	float : left;
	padding : 0 10px;
	color : #666;
	text-decoration : none;
}

#nav-bar a:hover {
	color : #0066FF;
}

#nav-bar a:selected {
	color : #000000;
}

/*Footer*/
#footer {
	text-align : center;
	font : Verdana, Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color : #FFF;
}

#footer a:selected {
	color : #FFF;
}

#footer a:visited {
	color : #FFF;
}

/*Content*/
#caption {
	color : #005C82;
	text-align : center;
	font : Times New Roman, Times, serif;
	font-weight : bold;
}

#text {
	color : #000000;
	text-align : justify;
	font : Times New Roman, Times, serif;
}

#text a {
	color : #0000FF;
}

#text a:hover {
	color : #0A4AAC;
}

#news-date {
	color : #009DDC;
	text-align : right;
	font-family: "Times New Roman", Times, serif;
}


#FIO {
	color : #005C82;
	font : Times New Roman, Times, serif;
	font-weight : bold;
}