.text0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	line-height: 22px;
	font-weight: normal;
}
.text0:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
}
.form		{ text-decoration: none; font-weight: normal; border: none; ; color: #FFFFFF}
.FormField	{
	text-decoration: none;
	background-color: #FFFFFF;
;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
}


a:hover {  color: #ff6600; font-weight: normal; text-decoration: none}
li {
	list-style-type: none;
	clip:    rect(   );
	text-align: left;
	font-weight: normal;
	list-style-image: url(images/bullet.gif);
}
a {  color: #000000; text-decoration: underline; font-weight: normal}

BODY {
scrollbar-face-color:#c0c0c0;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#003399;
}
.titleblue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003399; line-height: 18px; font-weight: bold }
.titleblue:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ff6600; font-weight: bold ; text-decoration: none}
.text0bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	line-height: 22px;
	font-weight: bold;
}
.text0bold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}
.text0white {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
}
.text0white:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	line-height: 17px;
	font-weight: normal;
}
.titlleorange {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ff6600; line-height: 22px; font-weight: bold
}
.titlleorange:hover {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003399; line-height: 22px; font-weight: bold
}
.text0boldorange {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
	line-height: 17px;
	font-weight: bold;
}
.text0boldorange:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	font-weight: bold;
}
.textsmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 17px;
	font-weight: normal;
}
.text0yellowhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	font-weight: normal;
	background-color: #FFFF00;

}
.titlleorangeCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff6600;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;

}
.text0boldsmall {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	font-weight: bold;
}
.text012 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	font-weight: normal;
}
.titleblueyellowhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 18px;
	font-weight: bold;
	background-color: #FFFF00;

}
.text0less {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	line-height: 17px;
	font-weight: normal;
}

  /***************** New Suckerfish CSS Menu by Alison ***************************/
  #nav {
        font-family: Arial;
        font-size: 12.5px;
        }
  #nav, #nav ul { /* clear default settings of list */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
        }
  #nav a { /* style links */
	display: block;
	/*width: 100px;*/
	text-decoration: none;
        color: #003399;
        font-weight: bold;
        }
  #nav a:hover {
        color: #ff6600;
  }
  #nav li { /* style horizontal main menu */
	float: left;
        padding: 4px 10px;
	/*width: 100px;*/
	list-style-image: none;
        }
  #nav li ul { /* style first level drop-down menu - hidden */
	position: absolute;
	/*width: 100px;*/
	width: auto;
	//left: -999em;
	display: none;
        }
  #nav li:hover ul, #nav li.sfhover ul { /* style first level drop-down menu - display on hover */
	//left: auto;
	display: block;
        background-color: #FFFFFF;
        border-top: solid 1px #333333;
        border-left: solid 1px #333333;
        border-right: solid 1px #333333;
        border-bottom: solid 1px #333333;
        }
  #nav li ul ul { /* style second level drop-down menu */
	margin: -1em 0 0 10em;
        }
  #nav li:hover ul ul, #nav li.sfhover ul ul { /* style second level drop-down menu - hidden */
	//left: -999em;
	display: none;
	position: absolute;
	width: 200px;
        }
  #nav li li:hover ul, #nav li li.sfhover ul { /* style second level drop-down menu - display on hover */
	//left: auto;
	display: block;
        background-color: #FFFFFF;
        border-top: solid 1px #333333;
        border-left: solid 1px #333333;
        border-right: solid 1px #333333;
        border-bottom: solid 1px #333333;
        }
  #nav li ul li {
        float: none;
  }
  /***************** End of New Suckerfish CSS Menu ***************************/
