/* CSS Document */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3758d6;
}

#languages a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#languages a:hover {
	border: 1px solid #a7a28e;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/left_hatch.jpg);
	background-repeat: repeat-y;
}

#homeLink a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#homeLink a:hover {
	background-color: #5f5b48;
}

#mainMenu a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#mainMenu a:hover {
	background-color: #5f5b48;
}

/*
	news
*/

#news .mainNew a.more {
	display: block;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

#news .mainNew a.more:hover {
	color: #c0d7f7;
}

#news .otherNews a.more {
	color: #837d65;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: right;
}

#news .otherNews a.more:hover {
	color: #2e54b9;
}

/*
	redBox
*/

a.redBox {
	display: block;
	color: #413e39;
	text-decoration: none;
	background-image: url(../images/red_box.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cc0000;
}

a.redBox:hover {
	text-decoration: underline;
	color: #2e54b9;











