	A 			{ color: #000000; text-decoration: none; }
	A:link		{ color: #000000; text-decoration: none; }
	A:visited	{ color: #000000; text-decoration: none; }
	A:active	{ color: #54622D; text-decoration: none;  }
	A:hover	{ color: #000000; text-decoration: underline;  }


BODY,TD,TR{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:11;
		font-weight:normal;
}
.banner {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size:x-large;
	font-weight:bold;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	background:#003366;
	padding:7px;
}
.description{
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
}

.buttonscontainer {width: 120px;}

.buttons a {color: #FFFFFF;
background-color: #336699;

padding: 2px;
padding-left: 3px;
display: block;
font: 10px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons a:hover {background-color: #ff9999;
color: #000000;
text-decoration: none;}