body {
	background-color: #ffffff;
	background-image:url(images/gui__back.jpg);
	margin: 0;
}
a:link, a:visited {
	color: #005cbe;
	text-decoration: none;
}
a:hover, a:active {
	color: #323148;
	text-decoration: none;
}

/* ----------main body-------------- */
h1 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #000000;
	line-height: 18px;
}
h2 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #000000;
	line-height: 18px;
}
h3 {
	font: bold 12px "Times New Roman", Times, serif;
	color: #000000;
	line-height: 18px;
}
p {
	font: normal 11px Arial, sans-serif;
	line-height: 16px;
	color: #000000;
}
li {
	font: normal 11px Arial, sans-serif;
	line-height: 14px;
	color: #000000;
}

.newsText {
	font: normal 10px Arial, sans-serif;
	line-height: 13px;
	color: #000000;
}

hr {
	border: none 0; 
	border-top: 1px#7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
/* ----------menuText-------------- */
.menuText {
	font: 12px "Times New Roman", Times, serif;
	color: #ffffff;
	text-transform:uppercase;
}
a.menuText:link, a.menuText:visited  {
	color: #ffffff;
	text-decoration: none;
	padding-right:7px;
	padding-left:7px;
}
a.menuText:hover, a.menuText:active {
	color:#323148;
	text-decoration: none;
}

/* ----------footer-------------- */
.footer {
	font: normal 10px Arial, sans-serif;
	color: #363e47;
	text-align: center;
	margin-top:-5px;
	
}
a.footer:link, a.footer:visited  {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	color: #323148;
	text-decoration: none;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}