@charset "utf-8";
/* CSS Document */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #f4f4f4;
}

.homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #f4f4f4;
	background-image: url(/images/cupBG.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
}

a {
	text-decoration: none;
}

.topHead {
	border: 1px solid silver;
	background-color: #fafafa;
	/*opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;*/
}

.hashHead {
	border: 1px solid silver;
	background-color: #ededed;
	background-image: url(/images/hashPattern.gif);
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.gripGreen {
	background-color: #8cc388;
	background-image: url(/images/gripBG.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

a.menuOff {
	text-decoration: none;
	font-weight: bold;
	color: #8cc388;
}

a.menuOn {
	text-decoration: none;
	font-weight: bold;
	color: navy;
}

tr.menuOn td {
	background-color: #fafafa;
	text-decoration: none;
	font-weight: bold;
	color: #8cc388;
	cursor: pointer;
}

tr.menuOff td {
	background-color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	color: navy;
	cursor: pointer;
}

tr.adminMenuOff td {
	background-color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
	color: navy;
	cursor: pointer;
}

tr.registeredMenuOff td {
	background-color: #8cc388;
	text-decoration: none;
	font-weight: bold;
	color: navy;
	cursor: pointer;
}

p {
	text-align: left;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

.small {
	font-size: 9px;
}
.tiny {
	font-size: 9px;
	color: #666666;
}
.bitty {
	font-size: 8px;
}
.medium {
	font-size: 11px;
}
.mediumplus {
	font-size: 12px;
}
.big {
	font-size: 12px;
	font-weight: bold;
}
.classTitle {
	font-size: 12px;
	font-weight: bold;
	color: navy;
	line-height: 175%;
}
.pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: navy;
	line-height: 175%;
}
.error {
	color: red;
	font-size: 12px;
	font-weight: bold;
}
