a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFBFF;
}
img { border: none; }
a.anchorlink:hover{text-decoration: none;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pageback3.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#links {
	float: left;
	width: 790px;
	height: 22px;
	text-align: right;
	color: #4D636F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 8px;
	padding-right: 10px;
}
#header {
	float: left;
}
#footer {
	clear: both;
	heigth: 10px;
	background-color: #FFF;
}
a.blue:link{color: #4D636F; text-decoration:none;}
a.blue:active{color: #4D636F;text-decoration:none;}
a.blue:visited{color: #4D636F;text-decoration:none;}
a.blue:hover{color: #4D636F; text-decoration: underline;}

a.grey:link{color: #666666; text-decoration:none;}
a.grey:active{color: #666666;text-decoration:none;}
a.grey:visited{color: #666666;text-decoration:none;}
a.grey:hover{color: #666666; text-decoration: underline;}

