/* button styles */
a.button { display: block; background-color: transparent; background-image: url(../images/b_bckgrnd.gif); background-repeat: no-repeat; width: 341px; height: 14px; /* edits space around buttons */
margin: 4px 0px 0px 33px; /* edits space around text */
padding: 1px 0px 0px 10px; text-align: left; font-size: 70%; text-decoration: none; }

a.button:link, a.button:visited {
color: #333333;
}

a.button:hover, a.button:active {
background-position: 0 -21px;
color: #FFFFFF;
}
