.main a:active { text-decoration: none; color: #FF0000 }
.main a:hover { text-decoration: underline; color: #AAD047 }
.main a      { color: #FF0000; text-decoration: none }

.foot a:active { text-decoration: none; color: #AAD047 }
.foot a:hover { text-decoration: underline; color: #AAD047 }
.foot a      { color: #AAD047; text-decoration: none }

.grey a:active { text-decoration: none; color: #00615D }
.grey a:hover { text-decoration: underline; color: #AAD047 }
.grey a      { color: #00615D; text-decoration: none }

.search input { font-family: Trebuchet MS; font-size: 10px; color: #666666; height: 20; 
               border: 1px solid #006600 }
               
.search option { font-family: Trebuchet MS; font-size: 10px; height: 20; border-style: solid; 
               border-width: 1px }
               
               

#pscroller1{
width: 100px;
height: 34px;
background-color: white;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
table.history{
	color:#FFF;
	font-size:12px;
	border-collapse:collapse;
}
