
A {
	color: #1E90FF;
}

.rollover a {
		display:block;
		width: 125px;
		color: #000000;
		background: url('../images/buttons.png') no-repeat 0 0;
		text-decoration: none; font-variant:normal; font-weight:bold; font-size:14px; font-family:Arial; padding-left:5px; padding-right:5px; padding-top:10px; padding-bottom:10px
		}

.rollover a:hover {
		background-position:  
               0 -35px;
		color: #000000;font-family:Arial; font-weight:bold
		}

.rollover a:active {
		Background-position:  
               0 -70px;
		color: #000000;font-family:Arial; font-weight:bold
		}
