a {
	color: #FF0000;
	text-decoration: none;


}
a:visited {
	color: #FF0000;
}
body {
	scrollbar-face-color:'#669933';
	scrollbar-arrow-color:'#FFFFFF';
	scrollbar-track-color:'#999999';
	scrollbar-shadow-color:'#669933';
	scrollbar-highlight-color:'#FFFFFF';
	scrollbar-3dlight-color:'#333333';
	scrollbar-darkshadow-Color:'#000000';
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.copyright {
	font-size: 10px;
}
a:hover {
	color: #FF6633;
}
.bottomnav {
	font-size: 12px;

}
.bodytext {
	font-size: 12px;
}
.heading {
	font-size: 18px;

}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.quote {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.dirtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a.dir {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.dir {
	color: #008000;
}
a:visited.dir {
	color: #008000;
}

#banner	{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("images/banner.png");
	background-repeat: no-repeat;
	width: 118px;
	height: 108px;
}
