
/* Set small font-size or size/position of div's will be off in some browsers  */

* {margin:0; padding:0;}

div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:160px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:136px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down {
	position:absolute;
	left:0px;
	bottom:0;
	z-index:3;
	top: 190px;
}  

/* Styles for demo, not necessary for scrolling layers */  
body  {text-align:left }
body, td  {  font-family: Verdana, Helvetica, san-serif;  }  
th	{ font-size:1.4em; text-align:left }	

li {margin-bottom: 5px;}
a img { border:none }
p { margin: 0 0 1em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }

td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }


.bodytitle {
	font-size: 13px;
	font-style: normal;


	color: #003366;

}

.bodytext2 {
	font-size: 11px;
	font-style: normal;
	line-height: 14px;

	color: #000000;

}


.footnote {
	font-size: 10px;
	font-style: normal;
	line-height: 11px;

	color: #000000;

}

.bodylink {
	color: #003366;
	text-decoration: underline;
	}

a.bodylink:hover { 
	color: #FF6600;
	text-decoration: underline; 
	}


