@charset "utf-8";
/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
}
.bodylight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}
.heads {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #333333; }
body {
	margin-top: 0px;
	background-image: url(imgs/bgnd.gif);
	background-position: right;
	background-attachment:fixed;
}
.red {color: #FF0000}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}