
body {
	 /* Gets rid of margins in space around page's content */
	 margin: 0;
	 /* Selects font for the page */
	 font-family: Arial, Helvetica, sans-serif;
	 /*Selects color for body text */
	 color: #333333;
	 /* Selects the background color of the page. */
	 background-color: white;
	 }

form {
	 /* Gets rid of margins in space around page's content */
	 margin: 0;
	 /* Selects font for the page */
	 font-family: Arial, Helvetica, sans-serif;
	 /*Selects color for body text */
	 color: #333333;
	 /* Selects the background color of the page. */
	 }
 UL{
	 /* Gets rid of margins in space around page's content */
	 margin-top: 0;
	 margin-Botom: 0;
	 /* Selects font for the page */
	 font-family: Arial, Helvetica, sans-serif;
	 /*Selects color for body text */
	 color: #333333;
	 /* Selects the background color of the page. */

	 }

 .ULGray{
	 /* Gets rid of margins in space around page's content */
	 /* Selects font for the page */
	 font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	 /*Selects color for body text */
	 color: white;
	font-weight:bold;
	 /* Selects the background color of the page. */
	 background-color: #B3B3B3;
	 }
 .ULWhite{
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 0px;
	 /*Selects color for body text */
	 color: black;
	 /* Selects the background color of the page. */
	 background-color: #FFFFFF;
	 }
	p {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #333333;
	   FONT-WEIGHT: normal;
	 font-size: 11pt;
	 bgcolor:white;
	 }
td {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #333333;
	 FONT-WEIGHT: normal;
	 font-size: 11pt;
	 }	 
.bigwhite {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 FONT-WEIGHT: bold;
	 font-size: 16pt;
	 }
hr.clrfloat { 
visibility: hidden; 
clear: both; 
height: 0; 
border: 0px none; 
margin: 0; 
padding: 0 
} 

hr { 
clear: both; 
height: 0; 
border: 0px none; 
margin: 0; 
padding: 0 
} 

A:link
{
    font-weight: bold;
    color: #e68038;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A:visited
{
  FONT-WEIGHT: bold;
  COLOR: #e68038;
  FONT-FAMILY: Arial, Helvetica, sans-serif;    
  TEXT-DECORATION: none
}
A:active
{
  FONT-WEIGHT:  bold;
  COLOR: #e68038;
  FONT-FAMILY: Arial, Helvetica, sans-serif;   
  TEXT-DECORATION: none
}
A:hover
{
  FONT-WEIGHT:  bold;
  COLOR: #e68038;
  FONT-FAMILY: Arial, Helvetica, sans-serif;  
  TEXT-DECORATION: none
}	 


.orange{
color:#e68038;
}

input, textarea {
font-family: Arial; 
font-size: 10pt;
}

.QuickListText {
align=left;
}


.navnormal
{
			font-family: arial, verdana, Helvetica, sans-serif;
			font-size: 12pt;
			color: #FFFFFF;
			border-color: #000000;
			font-weight : bold;
			background-image:url(/buttons/buttonstripe.jpg);



}

.navover
{
			font-family: arial, verdana, Helvetica, sans-serif;
			font-size: 12pt;
			color: #000000;
			border-color: #000000;
			font-weight : bold;
			background-image:url(/buttons/buttonstripe.jpg);
			cursor:hand;

			


}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}