/* CSS Document */


body {
	background-color: #383E4E;
	 margin: 0px; padding: 0px;}

.text      { font-family: Verdana,Arial; color: #ffffff; font-size: 12px; }
.textbold  { font-family: Verdana,Arial; color: #ffffff; font-size: 10px; font-weight: bold; }
.text10    { font-family: Verdana,Arial; color: #ffffff; font-size: 10px; }
.titletext { font-family: Verdana,Arial; font-size: 14px; color: #ffffff;  font-weight: bold;}
.indextext { font-family: Verdana,Arial; font-size: 10px; color: #ffffff;}
.indextextbold { font-family: Verdana,Arial; font-size: 10px; color: #ffffff; font-weight: bold; }



.text      { font-family: Verdana,Arial; color: #ffffff; font-size: 12px; }
:link { color: #FF9900 }  /* for unvisited links */
  :visited { color: #FF9900 } /* for visited links */
  :active { color: #C17400 } /* when link is clicked */
  :hover { color: #FFF4E6 } /* when mouse is over link */

	.special {font-family: Verdana,Arial; font-size: 10px; color: #ffffff; font-weight: bold;text-decoration: none;  }
	.special:link {font-family: Verdana,Arial; font-size: 10px; color: #ffffff; font-weight: bold;text-decoration: none;  }
	.special:visited {font-family: Verdana,Arial; font-size: 10px; color: #ffffff; font-weight: bold;text-decoration: none;  }
	.special:active {font-family: Verdana,Arial; font-size: 10px; color: #ffffff; font-weight: bold;text-decoration: none;  }
	.special:hover {font-family: Verdana,Arial; font-size: 10px; color: #ff9900; font-weight: bold;text-decoration: none;  }