/* GENERAL FONT AND LINK SETTINGS */
BODY,
TR,
TD,
TH,
P {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	font-style: normal
}
	
/* GENERAL ANCHOR SETTINGS */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ADMIN and CONTACT LINKS*/
a.link_1,
a.link_1:link,
a.link_1:visited {
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: none;
}

a.link_1:active,
a.link_1:hover   {
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_2,
a.link_2:link,
a.link_2:visited {
	font-family: arial; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none;
}

a.link_2:active,
a.link_2:hover   {
	font-family: arial; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000;
	text-decoration: underline;
}

a.link_3,
a.link_3:link,
a.link_3:visited {
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal;
	font-variant: small-caps; 
	color: #FFFFFF;
	text-decoration: none;
}

a.link_3:active,
a.link_3:hover   {
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal; 
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: underline;
}

a.mainMenu,
a.mainMenu:link,
a.mainMenu:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

a.mainMenu:active,
a.mainMenu:hover {
	 color: #000000;
	 background: #FFFFFF;
}

.menuCell {
  text-align: center;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  font-color: white;
  /*font-variant: small-caps;*/
  height: 16px;
  vertical-align: middle;
  
}

.copyright {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none
}

.whiteFont9pt {
	font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #ffffff;
}

.cheerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 2px;
}

.cheerFontRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 2px;
}


.mainTable {
  border-top: solid #000000;
  border-right: solid #000000;
 	border-bottom: solid #000000;
  border-left: solid #000000;
  border-width: thin;
  background-color: #FFFFFF;
}

 .bodyText {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 line-height: 14pt;
	 font-weight: normal;
	 color: #000000;
	 text-decoration: none;
	 vertical-align: top;
 }
 
 .bodyTextNoHeightBottomBuffer {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 font-weight: normal;
	 color: #000000;
	 text-decoration: none;
	 vertical-align: "top";
	 padding-bottom: 4px;
 }
 
 
 
  .bodyTextGray {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 line-height: 16pt;
	 font-weight: normal;
	 color: #999999;
	 text-decoration: none;
 }
 
 .bodyHeading {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16pt;
	 font-weight: bold;
	 color: #666666;
	 text-decoration: none;
 }
 
 .intermediateHeading {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12pt;
	 line-height: 16pt;
	 font-weight: bold;
	 color: #666666;
	 text-decoration: none;
 }
 
 .eventHeading {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11pt;
	 line-height: 15pt;
	 font-weight: bold;
	 color: #0000CC;
	 text-decoration: none;
 }
 
 .classHeading {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16pt;
	 line-height: 20pt;
	 font-weight: bold;
	 color: #FFFFFF;
	 text-decoration: none;
 }
 
 .headlineTable {
  border-top: solid #DDDDDD;
  border-right: solid #DDDDDD;
  border-bottom: solid #DDDDDD;
  border-left: solid #DDDDDD;
  border-width: thin;
  margin-top: 4px;
  margin-right: 4px;
  padding: 4px;
}

.headlineText {

  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: -10px;
  
}

.headlineTitle {

  font-family: arial;
  font-size: 12;
  font-weight: bold;
}

.headlineTitleBottomBuffer {

  font-family: arial;
  font-size: 12;
  font-weight: bold;
	padding-bottom: 4px;
}




.formText {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 font-weight: normal;
	 color: #000000;
	 text-decoration: none;
 }
 
 .formTextBold {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 font-weight: bold;
	 color: #000000;
	 text-decoration: none;
 }
 
.grayBackground {
	 background-color: #C0C0C0;
}

.costTable {
  border-top: solid #000000;
  border-right: solid #000000;
 	border-bottom: solid #000000;
  border-left: solid #000000;
  border-width: thin;
  background-color: #FFFFFF;
}

.costText {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 8pt;
	 line-height: 12pt;
	 font-weight: normal;
	 color: #000000;
	 text-decoration: none;
 }
 
 .seeDescription {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 font-weight: normal;
	 color: #000000;
	 text-decoration: none;
 } 
 
 .bodyTextNoSpace {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 9pt;
	 font-weight: normal;
	 color: #000000;
	 text-decoration: none;
 }
 

 .formTextRequired {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 font-weight: normal;
	 color: #000000;
	 text-decoration: none;
	 background: #FFFF80;
 }
 
  .marqueeTextBold {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #000000;
	 text-decoration: none;
 }
