﻿.rollover4
{
	background-position: 0px 0px;
	width: 100px;
	height: 60px;
	border: none;
	padding: 3px 70px 3px 8px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background: url('buttons/yellow-grn.gif') no-repeat 0px 0px;
}
a.rollover4:link 
{
font-weight: normal;
color: #9900ff;
background: url('buttons/yellow-grn.gif') no-repeat 0px 0px;
}
a.rollover4:active
{
font-weight: normal;
color: #ff0000;
background: url('buttons/yellow-grn.gif') no-repeat 0px -40px;
}
a.rollover4:hover
{
font-weight: normal;
color: #0033cc;
background: url('buttons/yellow-grn.gif') no-repeat 0px -20px;
}

