/* CSS Document */
body {
  margin: 0px;
}

.orangetext {
  font-family: "arial", "helvetica", "verdana";
  font-size: 11px;
  color: #ff6633;
  text-align: left;
}

.bluetext {
  font-family: "arial", "helvetica", "verdana";
  font-size: 11px;
  color: #3399CC/*#33CCFF*/;
  text-align: left;
}

.bluetext12 {
  font-family: "arial", "helvetica", "verdana";
  font-size: 12px;
  color: #3399CC/*#33CCFF*/;
  text-align: left;
}

.text {
  font-family: "arial", "helvetica", "verdana";
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  text-align: left;
}

.text12 {
  font-family: "arial", "helvetica", "verdana";
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  text-align: left;
}

.textindex {
  font-family: "arial", "helvetica", "verdana";
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  text-align: left;
}

.graytext {
  font-family: "arial", "helvetica", "verdana";
  font-weight: normal;
  font-size: 11px;
  color: #666666;
  text-align: left;
}

.textright {
  font-family: "arial", "helvetica", "verdana";
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  text-align: right;
}

.graysides {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #CCCCCC;
  border-right-color: #cccccc;
  border-width: 1px;
}

.graysidestop {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: solid;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #CCCCCC;
  border-right-color: #cccccc;
  border-width: 1px;
}

.blackbox {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: #333333;
  border-bottom-color: #333333;
  border-left-color: #333333;
  border-right-color: #333333;
  border-width: 1px;
}


.grayrow {
  background-color: #F0F0F0;

}


.layer {
  overflow: auto;
  position: static;
  visibility: visible;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
  right: auto;
  bottom: none;
  height: 199;
  width: 355;
	
}


.main {

	margin-top:-105px;

}


.footer iframe {
	
	width: 175px;
	height: 85px; 
	}

.credit {
	font-size: 9px;
}

A:link {color: #333333; text-decoration: underline; font-weight: normal;}
A:visited {color: #333333; text-decoration: underline; font-weight: normal;}
A:hover {color: #666666; text-decoration: none; font-weight: normal;}

a span {display: none;
       text-decoration: none;}

a:hover span 
    {display: block;
    position: absolute;
	top: 300px;
	left: 550px;
	width: 250px;
    color: #000;
	background: white;
    border: 1px solid;
    padding: 5px; 
	margin: 10px;
	z-index: 100;
    text-decoration: none;
    font: 10px Verdana, sans-serif; }
	

#white {color: white;}	

#white a.link {color: white; text-decoration: underline; font-weight: normal;}
#white a.visited {color: white; text-decoration: underline; font-weight: normal;}
#white a.hover {color: #333333; text-decoration: none; font-weight: normal;}

.widespacing {
	letter-spacing: 10px;
}

.indexpadding { 
 margin: 0px; 
 padding: 0px 0px 10px; 
 
} 

.indexpadding2 { 
 margin: 0px; 
 padding: 10px 0px 10px; 
 
} 