/* Homepage buttons*/
.button  {
	background-color : #990033;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
	padding-left : 3px;
	cursor : hand;
	padding-top : 2px;
	padding-bottom : 2px;
}

.beveldark  {
	background-color : #660000;
	line-height : 1px;
	font-size : 2px;
}

.bevellight  {
	background-color : #cc9999;
	line-height : 1px;
	font-size : 2px;
}

.bevelnone  {
	line-height : 1px;
	font-size : 2px;
}

.navheading  {
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color : #990033;
	font-weight : bold;
	font-size : 12px;
}

.navtext  {
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color : #990033;
	font-size : 10px;
}

A.buttonlink:link, A.buttonlink  {
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color : #ffffff;
	text-decoration : none;
}

A.buttonlink:active  {
	color : #ffffff;
}

A.buttonlink:visited  {
	color : #ffffff;
}

A.buttonlink:hover  {
	color : #cc9999;
	background-color : #990033;
}

