/* CSS Document */

.buttonlink {
	font-size:small;
	line-height: 34px;
	}
a.buttonlink:link {
	font-size:small;
	background-image:urlimages/button.jpgg);
	background-repeat:no-repeat;
	background-position:center;
}
a.buttonlink:visited {
	color:#666666;
	}
a.buttonlink:hover {
	color:#993300;
	background-image:urlimages/button-over.jpgg);
	background-position:center;
	background-repeat:no-repeat;
	}
a.buttonlink:active {
	font-size:small;
	background-image:urlimages/button.jpgg);
	background-repeat:no-repeat;
	background-position:center;
} 
	
#buttonlink {
	font-size:small;
	color:black;
	font-weight:bold;
	background-image:urlimages/button.jpgg);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow:Gray;
	line-height: 34px;
	}
#buttonlink a:link {
	font-size:small;
	padding: 5 px
}
#buttonlink a:visited {
	color:#000000;
	}
#buttonlink a:hover {
	color:#FF0000;
	line-height: 34px;
	background-image:urlimages/button-over.jpgg);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	}
#buttonlink a:active {
	font-size:small;
	} 