.nav A:link {text-decoration: none; color: #FFFFFF; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}
.nav A:visited {text-decoration: none; color: #FFFFFF; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}
.nav A:active {text-decoration: none; color: #FFFFFF; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}
.nav A:hover {text-decoration: underline; color: red; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}

.headerlink A:link {text-decoration: none; color: #003333; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}
.headerlink A:visited {text-decoration: none; color: #003333; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}
.headerlink A:active {text-decoration: none; color: #003333; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}
.headerlink A:hover {text-decoration: underline; color: red; font-family: Arial,Helvetica; font-size: 8pt; font-weight: bold;}

.menulink A:link {text-decoration: underline; color: #663300; font-family: Arial,Helvetica; font-size: 8pt;}
.menulink A:visited {text-decoration: underline; color: #663300; font-family: Arial,Helvetica; font-size: 8pt;}
.menulink A:active {text-decoration: underline; color: #663300; font-family: Arial,Helvetica; font-size: 8pt;}
.menulink A:hover {text-decoration: underline; color: red; font-family: Arial,Helvetica; font-size: 8pt;}

.reglink A:link {text-decoration: underline; color: #003333; font-family: Arial,Helvetica; font-size: 8pt;}
.reglink A:visited {text-decoration: underline; color: #003333; font-family: Arial,Helvetica; font-size: 8pt;}
.reglink A:active {text-decoration: underline; color: #003333; font-family: Arial,Helvetica; font-size: 8pt;}
.reglink A:hover {text-decoration: underline; color: red; font-family: Arial,Helvetica; font-size: 8pt;}

.reglink2 A:link {text-decoration: underline; color: #003333; font-family: Arial,Helvetica; font-size: 7pt;}
.reglink2 A:visited {text-decoration: underline; color: #003333; font-family: Arial,Helvetica; font-size: 7pt;}
.reglink2 A:active {text-decoration: underline; color: #003333; font-family: Arial,Helvetica; font-size: 7pt;}
.reglink2 A:hover {text-decoration: underline; color: red; font-family: Arial,Helvetica; font-size: 7pt;}

.text {font-family: Arial,Helvetica; font-size: 8pt; color:#000000;}

.textMed {font-family: Arial,Helvetica; font-size: 9pt; color:#000000;}

.head {font-family: Arial,Helvetica; font-size: 12pt; color:#663300; font-weight:bold;}

.subhead {font-family: Arial,Helvetica; font-size: 10pt; color:#663300; font-weight:bold;}

span#buttonA {
	margin-left: 50px;	
}
span#buttonA ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
}
span#buttonA li {
	list-style-type: none;
	height: 15px;
	width: 30px;
	margin: 5px;
	text-align:center;
}
span#buttonA li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	border-width: 5px;
	/*background-color: #999999;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;*/
}
span#buttonA li a:link {
    color: #000000;
	font-weight: bold;
	background-color: #999999;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
span#buttonA li a:visited {
	color: #000000;
	font-weight: normal;
	background-color: #999999;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
	background-color: #777777;
	border-style: solid;
	border-bottom-color: #333333;
	border-right-color: #555555;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
}
span#buttonA li a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border-style: solid;
	border-top-color: #333333;
	border-left-color: #555555;
	border-right-color: #BBBBBB;
	border-bottom-color: #DDDDDD;
}