body {  
background-color: #ffffff; 
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 
color : #596068; 
font-size:9pt
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


p {  font-family:  "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande",Verdana, Helvetica, sans-serif; color : #596068; font-size: 9pt}
a {  font-family:  "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande",Verdana, Helvetica, sans-serif; color : #596068; font-size: 9pt}
td {  font-family:  "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande",Verdana, Helvetica, sans-serif; color : #596068; font-size: 9pt}
h5 {  font-family:  "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande",Verdana, Helvetica, sans-serif; color : #0072a6; font-size: 11pt; font-weight: bold;}


h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;
}

a:link { text-decoration:underline; color : #596068; font-size: 9pt;}
a:hover { text-decoration:underline; color : #D88401; font-size: 9pt;}
a:visited { text-decoration:underline; color : #596068; font-size: 9pt;}
a:visited:hover {	text-decoration:underline; color : #D88401; font-size: 9pt;}

.linkintext:link  { text-decoration:none; color : #596068; font-size: 9pt;}
.linkintext:hover  { text-decoration:none; color : #D88401; font-size: 9pt;}
.linkintext:visited { text-decoration:none; color : #596068; font-size: 9pt;}
.linkintext:visited:hover {	text-decoration:none; color : #D88401; font-size: 9pt;}

.lll:link  { font-weight:normal; text-decoration:underline; color : #596068; font-size: 9pt;}
.lll:hover  { font-weight:normal; text-decoration:underline; color : #D88401; font-size: 9pt;}
.lll:visited { font-weight:normal; text-decoration:underline; color : #596068; font-size: 9pt;}
.lll:visited:hover {	font-weight:normal; text-decoration:underline; color : #D88401; font-size: 9pt;}

.menulink:link {  text-decoration:none; color: #20669a; font-size: 9pt}
.menulink:hover {  text-decoration:none;color: #AFB8BF; font-size: 9pt}
.menulink:visited {  text-decoration:none;color: #20669a; font-size: 9pt}
.menulink:visited:hover {  text-decoration:none;color: #AFB8BF; font-size: 9pt}

.headerlink:link  { font-family:  "Lucida Sans Unicode";text-decoration:none; color : #ffffff; font-size: 8pt;}
.headerlink:hover  { font-family:  "Lucida Sans Unicode";text-decoration:none; color : #f79e18; font-size: 8pt;}
.headerlink:visited { font-family:  "Lucida Sans Unicode";text-decoration:none; color : #ffffff; font-size: 8pt;}
.headerlink:visited:hover {	font-family:  "Lucida Sans Unicode";text-decoration:none; color : #f79e18; font-size: 8pt;}

.bottomlink:link { text-decoration:underline; color : #AFB8BF; font-size: 8pt}
.bottomlink:hover { text-decoration:underline; color : #B57F41; font-size: 8pt}
.bottomlink:visited { text-decoration:underline; color : #AFB8BF; font-size: 8pt}
.bottomlink:visited:hover {	text-decoration:underline; color : #B57F41; font-size: 8pt}

.toptext  { font-family:  "Lucida Sans Unicode";text-decoration:none; color : #ffffff; font-size: 8pt;}

.boxheader {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;

}

input {  font-family:  Trebuchet MS,Verdana, Helvetica, sans-serif; font-size: 8pt}

select {  font-family:  Trebuchet MS,Verdana, Helvetica, sans-serif; font-size: 8pt}

.dotted {border-style: dotted;border-color: #969696;border-width: 1px;}


#menu {

	float: left;
	list-style: none;
	margin: 0px;
	height:44px;
	padding: 0px;
	width: 100%;
}

#menu li {
	float: left;
	font: 57.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	
	color: #dddddd;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 17px;
	text-decoration: none;
	font-weight:normal;
}

#menu2 a {
background:  url("images/orangehighlight.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 14px; }


#menu a:hover {
	background:  url("images/orangehighlight.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 14px; 
	}  
	
	
              
			   sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
 sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #e1e3e4;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

