body {
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.contentcells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
}

h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	color: #662D91;
}
.bkg {
	background-color: #FFEDD0;
	background-image: url(gfx/fbo_mainbkg.gif);
	background-repeat: repeat;
	background-position: left top;
}
h2 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	color: #662D91;
}
h3 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	color: #662D91;
}


.imgright { float: right; }
.imgleft {
	float: left;
	padding-right: 0px;
	margin-right: 10px;
}
a:link { color: #000; text-decoration: underline; }

a:visited { color: #909090; text-decoration: none; }

a:hover { color: #909090; text-decoration: none; }

a:active { color: #909090; text-decoration: none; }
.scroll { color: #000; font-size: 10px; text-align: left; width: 487px; height: 100%; overflow: auto; }
.signupbtn {
	border: 0px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.signupimg {
	background-image: url(gfx/signup_img.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 12px;
}
.buttontext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.cursorhand { cursor: pointer }
.menucell {
	font-size: 13px;
	color: #000000;
	height: 30px;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.menulink {
	font-weight: bold;
	color: #662D91;
	text-decoration: none;
	background-color: #FFEDD0;
	height: 30px;
	width: 120px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
a.menulink:link {
	font-weight: bold;
	color: #662D91;
	text-decoration: none;
	background-color: #FFEDD0;
	height: 30px;
	width: 120px;
	border: 2px solid #662D91;
	padding-top: 4px;
	padding-bottom: 2px;
}
a.menulink:visited {
	font-weight: bold;
	color: #662D91;
	text-decoration: none;
	background-color: #FFEDD0;
	height: 30px;
	width: 120px;
	border: 2px solid #662D91;
	padding-top: 4px;
	padding-bottom: 2px;
	}
a.menulink:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #662D91;
	height: 30px;
	width: 120px;
	border: 2px solid #662D91;
	padding-top: 4px;
	padding-bottom: 2px;
	}
a.menulink:active {
	font-weight: bold;
	color: #662D91;
	text-decoration: none;
	background-color: #FFEDD0;
	height: 30px;
	width: 120px;
	border: 2px solid #662D91;
	padding-top: 4px;
	padding-bottom: 2px;
	}
ul {
	list-style-position: outside;
	list-style-image: url(gfx/Tick_Mark.jpg);
	line-height: 22px;
	padding-bottom: 15px;
	padding-left: 30px;
	list-style-type: none;
}
