@charset "UTF-8";
/* CSS Document */

body {background-color: #AAB5A3;  padding: 10px; margin-left:auto; margin-right: auto; text-align: center}
a {font-size: 12pt; font-weight: normal;}

.button_link {color: #000000; text-decoration: none;}
.image_link {border: none;}
.image_button {background-image: url(images/button_background.gif); background-position: top left; background-repeat: no-repeat; width: 210px; height: 70px; text-align: center; vertical-align: middle; font-size: 20pt; font-weight: bold; font-family: arial; color: #000000; text-decoration: none; padding: 0px; margin-left: auto; margin-right: auto; cursor: pointer; border: none;}

.bottom {border-bottom: solid 1px #000000;}
.allborder {border: solid 1px #000000; border-collapse: collapse;}

.padded {padding: 3px;}
.wide_padded {padding-right: 10px; padding-left: 10px;}

.extra_large {font-size: 18pt;}
.large {font-size: 14pt;}
.medium {font-size: 12pt;}
.small {font-size: 10pt; line-height: 100%;}

.bold {font-weight: bold;}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.silver {background-color: silver;}

.cursor {cursor: pointer}