a {
	text-decoration: none;
	font : normal normal normal 90%/normal Arial, Helvetica, sans-serif;
	font-stretch : normal;
	color : Black;
	font-weight: bolder;
}

a:hover {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: underline;
} 

a.selected {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: underline;
} 

table.main {
	width: 100%;
	height: 100%;
	border: 0px solid;
	margin: 0px;
}

td.counter {
	background-color: #FF9900;
	background: #FF9900 no-repeat fixed;
	font: normal normal normal smaller/normal small Arial, Helvetica, sans-serif;
	height: 35px;
	text-align: center;
	border-top: 1px solid Black;
}

