@charset "utf-8";
a:link {
	color: #FFFF00;
}
a:visited {
	color: #9999FF;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #CC99FF;
}




.bodyCopy {
	font-family: Garmond, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #99CCFF;
    width: 290px;
}

.body {
	background-attachment: fixed;
	background-image: url(images/pg_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer {
	font-family: Garmond, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #99CCFF;
}