a:link {color: #0033CC; text-decoration: none;}
a:visited {color: #0099CC; text-decoration: none;}
a:hover {color: #0099FF; text-decoration: none;}
a:active {color: #0033CC; text-decoration: none;}

a:link.menu {color: #000099;text-decoration: none;font-weight: bold;}
a:visited.menu {color: #000099;text-decoration: none;font-weight: bold;}
a:hover.menu {color: #FFFFCC;text-decoration: none;font-weight: bold;}
a:active.menu {color: ##FFFF99;text-decoration: none;font-weight: bold;}


IMG {
	border: none;
}

BODY {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif, Helvetica, sans-serif;
}

TD {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.eleven {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
}

.box-top-center {
	border-top: solid thin #000000;
	border-right: solid thin #000000;
	border-bottom: solid thin #000000;
}

.box-top-right {
	border-top: solid thin #000000;
	border-right: solid thin #000000;
	border-bottom: solid thin #000000;
}

.box-center {
	border-right: solid thin #000000;
	border-bottom: solid thin #000000;
}

.box-bottom-left {
	border-right: solid thin #000000;
	border-bottom: solid thin #000000;
	border-left: solid thin #000000;
}

.box-top-left {
	border-top: solid thin #000000;
	border-right: solid thin #000000;
	border-left: solid thin #000000;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:330px; height:302px; 
  	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:330px; height:302px; 
	clip:rect(0px, 330px, 300px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:15px; height:302px; 
  font-size:1px; z-index:1;
  border:1px;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:15px; height:286px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:13px; height:20px;
  background-color:#999999;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  
/* body  { overflow:hidden; text-align:center }*/

div.content { text-align:left }
table.main { 
  margin:auto; text-align:left;
  }
  
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 1em .6em .4em;  text-align:right }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }

td.dashed { border:1px dashed #996600 }
td.border { border:1px solid #996600 }


