body {
	background-color: #012e55;
	background-image:url(images/bkg-terracotta.jpg);
	margin: 20px 0;
}
a:link, a:visited {
	color: #083866;
	text-decoration: none;
}
a:hover, a:active {
	color: #086623;
	text-decoration: underline;
}
/* ----------menu-------------- */
ul#navlist {
	padding: 0px;
	margin: 0px;
	font: normal 12px Verdana, Arial, sans-serif;
}
ul#navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
}
ul#navlist li a {
	display: block;
	width: 170px;
	padding: 2px 12px 2px 0;
	border: 0px;
	color: #484848;
	text-decoration: none;
}
ul#navlist li a:hover { 
	color: #ffffff;
	background-image: url(images/menu-highlight.jpg);
	background-position: right; 
}
/* ---------- side -------------- */
#side h1 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}
#side h2 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #254462;
}
#side h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}
#side p {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 15px;
	color: #333;
}
#side td {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #4d3f34;
}
#side li {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #393426;
	padding-left: 14px;
	list-style-type: none;
	margin-left: -10px;
	background-image: url(images/bullet-terra.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
#side hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
/* ----------main body-------------- */
#body h1 {
	font: bold 14px "Times New Roman", Times, serif;
	color: #083866;
	text-transform: uppercase;
}
#body h2 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #254462;
}
#body h3 {
	font: bold 16px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}
#body p {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #393426;
}
#body td {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #393426;
}
#body li {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #393426;
	padding-left: 14px;
	list-style-type: none;
	margin-left: -10px;
	background-image: url(images/bullet-terra.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
}
#body hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
.table  {
	font: normal 11px Verdana, Arial, sans-serif; 
	color: #4d3f34; 
}
.labels  {
	font: bold 12px Verdana, Arial, sans-serif; 
	color: #4d3f34; 
}
/* ----------footer-------------- */
#footer {
	padding: 6px;
}
#footer p {
	font: normal 10px Arial, Verdana, sans-serif;
	color: #585446;
}
#footer a:link, #footer a:visited  {
	color: #39527f;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #086623;
}
/* ----------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;
}
