body {
	font-family: Verdana;
	background-color: #000000;
	font-size: xx-small;
	color: #999999;
	background-attachment: fixed;
	background-image: url(images/iframeBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.contentfont {
	font-family: Verdana;
	font-size: x-small;
	color: #AAAAAA;
}

.menufont {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
.border {
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B6623A;
	border-right-color: #B6623A;
	border-bottom-color: #B6623A;
	border-left-color: #B6623A;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #B6623A;
	text-decoration: none;
}
a:hover {
	color: #B6623A;
	text-decoration: underline;
}
