body {
	background-color: #ffffff;
	background-image:url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #005dab;
	text-decoration: none;
}
a:hover, a:active {
	color: #e59a15;
	text-decoration: underline;
}
/* ----------menu-------------- */
ul#navlist {
	padding: 0;
	margin: 25px 0 0 0;
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
}
ul#navlist li {
	list-style: none;
	margin: 0;
	border: 0;
}
ul#navlist li a {
	display: block;
	padding: 5px 10px 5px 0;
	margin: 2px 0;
	border: 0px;
	color: #dddddd;
	text-decoration: none;
	text-align: right;
}
ul#navlist li a:hover { 
	color: #ffffff;
	padding-right: 30px;
	background: url(images/bkg-menu.gif) no-repeat center right; 
}
/* ----------main body-------------- */
h1 {
	font: normal 22px "Trebuchet MS", Arial, sans-serif;
	color: #005dab;
}
h2 {
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	color: #005dab;
}
h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}
p {
	font: normal 14px "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	color: #333;
}
li {
	font: normal 14px "Trebuchet MS", Arial, sans-serif;
	line-height: 18px;
	padding-bottom: 10px;
}
table {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	color: #333;
}
hr {
	border: none; 
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 1px;
	margin: 4px auto;
}
.white {
	color: #fff;
}
/* ----------footer-------------- */
#footer p {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	color: #005dab;
	margin: 0 0 10px 0;
}
/* ----------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;
}