.link {  text-decoration: none}
.thinbottomline {  border-color: black black #CCCCCC; border-style: solid; border-bottom-width: thin}
.tableborder {  border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.hanging {  list-style-position: inside; list-style-image: none; list-style-type: none}
.table-cell-border {  border-style: solid; border-bottom-width: thin}
.grayleftbrdr { border-left: thin solid #990000}
.floatimgright {
    float:right;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    }


div#buttonB a {
  color: #000000;
  background-color: #99CCCC;
  border: 4px outset;
  padding: 2px;
  text-decoration: none;
  min-width: 148px;
  width: 148px;
  line-height: 20px;
  display: block;  
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-stretch: narrower;
  font-size: 14px;
   text-align:center;
}

div#buttonB a:hover {
  color: #FFFFFF;
  }

div#buttonA {
    margin-left: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-stretch: narrower;
    font-size: 14px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    line-height:  20px;
    width: 148px;
	}
div#buttonA li {
    width: 148px;
    list-style-type: none;
    display: block;
overflow: visible;
    margin: 0px;
    text-align:center;
}
div#buttonA li a {
    text-decoration: none;
	overflow: visible;
	height: auto;
     width: auto;
    background-color: #99CCCC;
    border-style: solid;
    border-bottom-color: #9977CC;
    border-right-color: #9988CC;
    border-left-color: #99DDCC;
    border-top-color: #99EECC;
}
div#buttonA li a:link {
    color: #000000;
    background-color: #99CCCC;
    border-style: solid;
   border-bottom-color: #9977CC;
    border-right-color: #9988CC;
    border-left-color: #99DDCC;
    border-top-color: #99EECC;
	}
div#buttonA li a:visited {
    color: #000000;
    background-color: #99CCCC;
    border-style: solid;
    border-bottom-color: #9977CC;
    border-right-color: #9988CC;
    border-left-color: #99DDCC;
    border-top-color: #99EECC;
}
div#buttonA li a:hover {
    color: #FFFFFF;
    background-color: #9999CC;
    border-style: solid;
    border-bottom-color: #9977CC;
    border-right-color: #9988CC;
    border-left-color: #99DDCC;
    border-top-color: #99EECC;
	}
div#buttonA li a:active {
    color: #FFFFFF;
    background-color: #99CCCC;
    border-style: solid;
   border-bottom-color: #9977CC;
    border-right-color: #9988CC;
    border-left-color: #99DDCC;
    border-top-color: #99EECC;
}

table#buttonA {
    background-color: #99CCCC;
    border-style: outset;
}

table#buttonA tr td a {
    text-decoration: none;
}
table#buttonA tr td a:hover {
    color: #FFFFFF;
  	}
