body {
	margin: 0px;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
}
A { 
	color: #000066;
	text-decoration: none;
}
A:hover {
	color: #990000;		
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 2px;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:220px; height:400px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:220px; height:385px; 
	clip:rect(0px,220px,385px,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:11px; height:160px; 
  font-size:1px; z-index:1;
  }
div#track {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:136px;
	z-index:1;
	background-color: #B80000;
	background-image: url(images/track.gif);
	background-repeat: repeat;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#FFFFFF;
  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 }
#footernav {
	text-align: center;
	background-image: url(/shared/footer/footerbg.jpg);
	height: 25px;
	color: #FFFFFF;
	line-height: 24px;
}
#footernav a {
	color: #FFFFFF;
	text-decoration: none;
}
#footernav a:hover {
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ouno a{
	font-weight: bold;
	color: #90A207;
}
.ouno a:hover{
	text-decoration: underline;
	color: #90A207;

}
