/* CSS Document */

.buttonscontainer {width: 195px;}

.buttons a {
background-image:  url(/images/button.png);
background-repeat: no-repeat;
color: #FFFFFF;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
display: block;
margin-top: 10px;
margin-bottom: 15px;
padding: 5px 0px 10px 50px;
width: 100%;
text-align: left;}

.buttons a:hover {
background-color: ;
border-color:    ;
color: #990000;
text-decoration: none;}



.buttontxt {
	margin: 0px;
	padding: 0px;
	width: 1px;
	left: 10px;
}
div#test {
	background-image:  url(/images/button.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 195px;
}
div#testtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left:43px;
	padding-top:5px;
}
div#testtxt a {
	text-decoration: none;
	color: #FFFFFF;
}
div#testtxt a:hover {
	color: #990000;
	
}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: rgb(153, 0, 0);
}


.descriptionText {
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}