.menuButton a:link, .menuButton a:visited, .menuButton a:active{
	background-color:  #000000;
	font-family: tahoma;
	font-size: 14pt;
	color: #ffffff;
	cursor: hand;
	text-decoration: none;
}
.menuButton a:hover{
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 14pt;
	color: #000000;
	cursor: hand;
	text-decoration: none;
}

/* --------- black -------------------------------------*/

.black8 {font-family: tahoma; font-size: 8pt; color: #000000}
.black9 {font-family: tahoma; font-size: 9pt; color: #000000}
.black10 {font-family: tahoma; font-size: 10pt; color: #000000}
.black10  a:link, .black10 a:visited, .black10 a:active{
	font-family: tahoma; font-size: 10pt; color: #000000; text-decoration: none; cursor: hand;}
.black10  a:hover{
	font-family: tahoma; font-size: 10pt; color: white
}.black12 {font-family: tahoma; font-size: 12pt; color: #000000}
.black20 {font-family: tahoma; font-size: 12pt; color: #000000}


/* --------- gold-------------------------------------*/

.gold8 {font-family: tahoma; font-size: 8pt; color: #E3C45A}
.gold9 {font-family: tahoma; font-size: 9pt; color: #E3C45A}
.gold10 {font-family: tahoma; font-size: 10pt; color: #E3C45A}
.gold12 {font-family: tahoma; font-size: 12pt; color: #E3C45A}
.gold20 {font-family: tahoma; font-size: 20pt; color: #E3C45A}
.goldBG {background-color: #E3C45A;}


/* --------- white -------------------------------------*/
.white8 {font-family: tahoma; font-size: 8pt; color: white}
.white8  a:link, .white8 a:visited, .white8 a:active{
	font-family: tahoma; font-size: 8pt; color: white
}
.white8  a:hover{
	font-family: tahoma; font-size: 8pt; color: red
}
.white10 {font-family: tahoma; font-size: 10pt; color: white}
.white10  a:link, .white10 a:visited, .white10 a:active{
	font-family: tahoma; font-size: 10pt; color: white
}
.white10  a:hover{
	font-family: tahoma; font-size: 10pt; color: #E3C45A
}
.white12 {font-family: tahoma; font-size: 12pt; color: white}
.white12  a:link, .white12 a:visited, .white12 a:active{
	font-family: tahoma; font-size: 12pt; color: white
}.white12  a:hover{
	font-family: tahoma; font-size: 12pt; color: #E3C45A
}
.white20 {font-family: tahoma; font-size: 20pt; color: white}
.borderWhite {
	border: dashed #FFFFFF;
	margin: 5px;
	padding: 5px;
}

