body {
	background-color: #1a1a30;
	margin: 20px;
}
a:link, a:visited {
	color: #3333ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #1a1a30;
	text-decoration: underline;
}
/* ----------menu-------------- */
#nav {
	padding: 5px 0;
	margin: 0 auto;
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}
#nav a {
	padding: 5px 20px;
	color: #ffffff;
	text-decoration: none;	
}
#nav a:hover { 
	color: #1a1a30;
	background: #9999ff; 
}
/* ----------main body-------------- */
h1 {
	font: bold 16px Georgia, Times, serif;
	color: #6666ff;
	padding-bottom: 3px;
	border-bottom: 1px dotted #6666ff;
}
h2 {
	font: bold 14px Georgia, Times, serif;
	color: #1a1a30;
}
p {
	font: normal 12px Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #000;
}
td {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 12px;
	color: #000;
}
.small {
	font: normal 10px Verdana, Arial, sans-serif;
	line-height: 12px;
	color: #333;
}
hr {border: none 0; 
	border-top: 1px dotted #9999ff;
	border-bottom: 1px solid #9999ff;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
/* ----------footer-------------- */
#footer p {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #444597;
	text-align: center;
	padding: 5px 0;
}
#footer a:link, #footer a:visited  {
	color: #444597;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000;
	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.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#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;
}
