.menu a {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 30px;
	/*color: #FABB13;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.50em;
	font-weight: bold;
	text-decoration: None;*/
	border-bottom: 1px;
	border-bottom-style: dashed;
}
.menu a:link  {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 30px;
	color: #888888;
	padding-left: 12px;
	bottom: 3px;
	text-decoration: None;
}


.menu a:visited  {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 30px;
	color: #888888;
	padding-left: 12px;
	bottom: 3px;
	text-decoration: None;
}
.menu a:hover  {
	background-image: url(../images/button-over.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 30px;
	color: #ffffff;
	padding-left: 12px;
	bottom: 3px;
	text-decoration: none;
}

.menulink  {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 30px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-left: 12px;
	color: #FABB13;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.70em;
	font-weight: normal;
	text-decoration: None;
	vertical-align: text-bottom;
	border-bottom: 1px;
	border-bottom-style: dashed;
}
.menulink:link  {
	background-image: url(../images/button.gif);

}


.menulink:visited  {
	background-image: url(../images/button.gif);
}

.menulink:hover  {
	background-image: url(../images/button-over.gif);
	color: #888888;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.80em;
	font-weight: bold;
	text-decoration: None;
	color: #FF0000;
	border-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.80em;
	font-weight: bold;
	text-decoration: None;
	color: #FF0000;
	padding-bottom: 0px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1.25em;
	font-weight: normal;
	color: #aaaaaa;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
/*
a, a:active, a:visited {
	font-family: Arial;
	font-size: 0.85em;
	color: #945400;
	text-decoration: None;
	
}

a:hover {
	font-family: Arial;
	font-size: 0.85em;
	color: #945400;
	text-decoration: underline;
}*/
