a {
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none
}
a:hover { text-decoration: underline }
.bd { font-size: 10px; font-family: Verdana }
.hd { color: #000080; font-size: 12px; font-family: Verdana; text-decoration: underline }
.hd1 { color: #000080; font-size: 10px; font-family: Verdana }
.td    { font-size: 1%; font-family: Verdana }
.anewlink { color: #ffffff; font-size: 10px; font-family: Verdana; text-decoration: none }
div#buttonA {
   
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold;
    font-size: 12px;
	 color:#000000;
    line-height: 20px;
}
div#buttonA li {
    list-style-type: none;
    height: 20px;
    width: 130px;
    margin-top: 0px;
	 margin-bottom:10px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
	
    text-decoration: none;
    border-width:2px;
	 border-color: Black;
}
div#buttonA li a:link {
    color: #FFFFFF;

    background-color: Blue;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #FFFFFF;
	  font-weight: bold;
   
    background-color: blue;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: green;
    border-style: outset;
}
div#buttonA li a:active {
    
}



div#buttonB {
   
}
div#buttonB ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold;
    font-size: 12px;
	 color:#000000;
    line-height: 20px;
}
div#buttonB li {
    list-style-type: none;
    height: 20px;
    width: 130px;
    margin-top: 10px;
	 margin-bottom:10px;
    text-align:center;
}
div#buttonB li a {
    height: 100%;
    width: 100%;
    display: block;
	
    text-decoration: none;
    border-width:2px;
	 border-color: Black;
}
div#buttonB li a:link {
    color: #4484CA;

    background-color: white;
    border-style: outset;
}
div#buttonB li a:visited {
    color: #4484CA;
	  font-weight: bold;
   
    background-color: white;
    border-style: outset;
}
div#buttonB li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: green;
    border-style: outset;
}
div#buttonB li a:active {
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    border-style: inset;
}

