@charset "utf-8";
/* CSS Document */



#bAds
{
font:Georgia, "Times New Roman", Times, serif;
border-top: thin;
padding-top: 8px;


}
a.buttonS
{
	padding: 8px;
	width: 80px;
	font-style:normal;
	display:block;
	text-decoration:none;
	font-family: arial, sans-serf;
	font-weight: bold;
	font-variant: normal;
	color:#FFFFFF;
	vertical-align:middle;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	font-size:14px;
	padding-top: 6px;
	border: 1px groove #060;
}

a.buttonS:hover {
	background-color:#00693e;
	color:#999;
	border:ridge;
	border-color:#333333;
}
