 BODY  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 8pt;
 	color : Black;
 	font-weight : normal;
 }
   
 TABLE  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 8pt;
 	color : Black;
 	font-weight : normal;
 }
  
 SELECT  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 8pt;
 	color : Black;
 	font-weight : normal;
}

INPUT, textarea  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 8pt;
 	color : Black;
 	font-weight : normal;
}
 
 A:link  {
 	text-decoration : none;
 	color : #066699;
 }
 
 A:visited  {
 	text-decoration : none;
 	color : #066699;
 }
 
 A:active  {
 	text-decoration : none;
 	color : #cc3300;
 }
 
 A:hover  {
 	text-decoration : none;
 	color : #3399cc;
 }
 
 .credit  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 7.5pt;
 	color : #ffffff;
	background-color : #3399cc;
 	font-weight : normal;
 }
 
  .creditlink  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 7.5pt;
 	color : #FFD87F;
	background-color : #3399cc;
 	font-weight : normal;
 }
 
 .h1  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 9pt;
 	color : #3399cc;
	background-color : #ffffff;
 	font-weight : bold;
	text-transform : uppercase;
	letter-spacing : 0.0em
 }
 
  .h2  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 8pt;
 	color : #ffffff;
	background-color : #3399cc;
 	font-weight : bold;
	text-transform : uppercase;
	letter-spacing : 0.1em;
	padding-left: 6px;
 }

  .H3  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 9pt;
 	color : #3399cc;
 	font-weight : normal;
	text-transform : uppercase;
 }
  
  
 .nav  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 9pt;
 	color : #3399cc;
	background-color : #FFD87F;
 	font-weight : normal;
	padding-left: 6px;
 }
 
 .nav2  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 8pt;
 	color : #FFD87F;
	background-color : #3399cc;
 	font-weight : normal;
 }
 
 .spacer3  {
 	font-size : 4pt;
 }
 
 .spacer5  {
 	font-size : 5pt;
 	color : black;
 }
 
  .standard  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 9pt;
 	color : black;
	text-align : justify;
 	font-weight : normal
 }
 
 /* remove double line breaks in paragraphs*/
 /*
 .standard  p{
	margin:0; padding: 0;
 }
 */
 
  .standardsm  {
 	font-family : Arial, Geneva, Verdana;
 	font-size : 8pt;
 	color : black;
	text-align : justify;
 	font-weight : normal
 }  
 
  .symbolblue  {
 	font-family : Webdings;
 	font-size : 8pt;
 	color : #066699;
 	font-weight : bold
 }

 
   .symbolbluesm  {
 	font-family : Webdings;
 	font-size : 10pt;
 	color : #FFD87F;
 	font-weight : bold
 }

   .symbolyellow  {
 	font-family : Webdings;
 	font-size : 10pt;
 	color : #FFD87F;
 	font-weight : bold
 }
.aboutUsImg {
	float: right;
}


/* TinyMCE specific rules */
.mceContentBody .out{
	background: red;
	/* padding: 5px; */
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	font-size: 11px;
}
body.mceContentBody{
	background-image:none !important;
	background-color:White;
}




tr .h {
	display: none;
}


.menuOn{
	padding-left: 8px;
	background-color: aqua;
	background: url(images/NavBullet.gif) no-repeat;
}

