@charset "windows-1252";

/* button styles */
 a.button, a.buttonDis {
 display: block;
 background-color: transparent;
 background-image: url(button_index.gif);
 background-repeat: no-repeat;
 width: 106px;
 height: 28px;
 margin: 5px auto;
 padding: 8px 0 0 0;
 text-align: center;
 font-family: Arial;
 font-size: 70%;
 font-weight: bold;
 text-decoration: none;
 }
 a.button:link, a.button:visited {
 color: #000099;
 }
 a.button:hover, a.button:active {
 background-position: 0 -35px;
 color: #000099;
 }

