/* CSS Document */

body{
	font-size: 12px;
	color:#999999;
	scrollbar-base-color:#CCFFCC;
	background-color:#CCFFCC;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 0px;
}

a { 
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
}

a:link, a:visited{
	color: #0000CC;
	text-decoration: none;
}
a:active{
	color: #0000CC;
}
a:hover{ 
	color: #ff0000;
	text-decoration: underline;   
}

.menu	{
	text-align: right;
	font-size: 12px;
	padding-top:6px;
	padding-bottom:0px;
	width:100%;
}
.title{
	padding: 0px;
	border-top:4px;
	text-align: center;
	background-color: #0066FF;
}

hr	{
	border: thin solid #0066FF;
}
