body {
	background-image: url(images/gui-jc02-bkg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	color: #0C132D;

}
a:link, a:visited {
	color: #510405;
	text-decoration: none;
}
a:hover, a:active {
	color: #8D0509;
	text-decoration: underline;
}


/* ----------main body-------------- */
h1 {
	font: bold 16px Arial, sans-serif;
	color: #1c2c66;
}
h2 {
	font: bold 16px Arial, sans-serif;
	color: #ffffff;
}
h3 {
	font: bold 14px Arial, sans-serif;
	color: #1c2c66;
	margin-bottom: -10px;
}
p {
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	color: #0C132D;
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
/* ----------footer-------------- */
.footer{
	font: normal 12px Arial, sans-serif;
	color: #ffffff;
	text-align: center;
}
.footer a:link, .footer a:visited  {
	color: #cccccc;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #cccccc;
	text-decoration: underline;
}
/* ----------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;
}