BODY { 
  	background: white url("images/miva_bg3.gif");
  	background-repeat: repeat;
  	background-attachment: fixed;
	background-position: 12% 20%;

}

a {
	font-family: Helvetica, "Arial", sans-serif;
	font-weight: 500;
	color: #0000CD;
	font-style: bold;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #FF4500;
}

a.menuLink {
	font-family: Helvetica, "Arial", sans-serif;
	font-weight: bold;
	color: #2F4F4F;
	font-style: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 5px;
}

a.menuLink:hover {
	color: #FF4500;
}

a.subMenu {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #8A2BE2;
	font-style: bold;
	font-size: 12px;
	text-decoration: none;
}

a.subMenu:hover {
	color: #FF4500;
}

a.linkLink {
	font-family:  "Gill Sans", sans-serif;
	font-weight: bold;
	color: #BC8F8F;
	font-style: bold;
	font-size: 12px;
	text-decoration: none;
}

a.linkLink:hover {
	color: #B03060;
}

td.label, th.label {
	font-family: "Helvetica";
	font-weight: 600;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.tourneyHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

.tourneySubHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-decoration: underline;
}

.tourneyBody {
	font-family:  "Arial", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.noteText {
	font-family: Verdana, "Arial", sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.requiredField {
	color: red;
	font-size: 18px;
}

.schoolDivHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: red;
	font-size: 20px;
	text-decoration: none;
}

.schoolHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}

.schoolSubHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

.schoolBody {
	font-family:  "Arial", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.linkHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}

.linkSubHeader {
	font-family:  "Minion Web", sans-serif;
	font-weight: bold;
	color: #4682B4;
	font-size: 20px;
	text-decoration: none;
}

.linkBody {
	font-family:  "Arial", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.contactHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}

.contactSubHeader {
	font-family:  "Minion Web", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

.contactBody {
	font-family:  "Arial", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.generalHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}

.generalSubHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

.generalBody {
	font-family:  "Arial", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.pollHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}
.pollQuestion {
	font-family:  "Georgia", sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}
.pollAnswer {
	font-family: Verdana, "Arial", sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.pollButton {
	font-family:  "Helvetica", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.genBox {
	width: 100%;
	border: 4px blue double;
	font: 16px Arial;
	font-weight: 600;
	padding: 8px;
}

.reportHeader {
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}
.announceBox {
	WIDTH: 250px;  
	border: 2px grey outset; 
	background-color: white;
	float: left;
	padding: 2px;
	margin: 0px 4px 4px 0px;
	font: 14px Arial;
}

.announceBox LI {
	margin-left: -15px;
	font: 12px Verdana;
}
.announceBox UL {
	margin-bottom: 5px;
}
.notAvailable {
	position: absolute;
	font: bold 18px Arial;
	border: 3px outset black;
	color:#FFFFFF;
	background-color:#666666;
	width: 160px;
	height: 50px;
	display: none;
	
}