body {
	background: url(images/bg.png) no-repeat top right;
	background-color: #8ac2e6;
	background-attachment: fixed;
	margin-top: 30px;
	padding: 0;
	color: #106ec0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bold {
	color: #000;
	font-weight: bold;
	}

.red {
	font-weight: bold;
	}
	
a { text-decoration: none; color:#106ec0; outline: none;}
a:visited { text-decoration: none;}
a:hover { background-color: #f9f1ba; text-decoration: none; color: #106ec0;}
a:active { text-decoration: none;}

a#freedstar {
	position: absolute;
	background-color: transparent;
	background-image: url(freedstar.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	display: block;
	text-indent: -7777px;
	top: 0pt;
	left: 0pt;
	width: 16px;
	height: 15px;
	color: #f5fbfe;
}
