body {
	background-color: #70012C;
}
body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #eeb500;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.buttonscontainer {
	width: 195px;
}

.buttons a {
	color: FFFFFF;
	width: 100%;
	background-color: 686868;
	padding: 5px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px dashed #ffffff ;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #3a3a3a;
	color: eeb500;
	text-decoration: none;
}
.border{
	border: 1px solid #ffffff;
}
legend{
	font-family: verdana;
	color: #ffffff;
}
.style1 {font-weight: bold}