body {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
}

td {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}


.smalltext {
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}

a:link {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

a:visited {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

a:hover
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fee795;
	text-decoration:blink;

}

a:active {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fee795;
	text-decoration:underline;
}

.powerblocks
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:black;
	padding-left:15px;
}

.tableborder
{
	border-collapse:collapse;
	border: #fee795 1px solid outset;
	padding-left:10px;
	padding-right:10px;
	color:#fee795;
}

a.buy
{
	display: block;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	font-weight: bold;
	width: 100px;
	height:20px;
	text-align: center;
	background-color: #fff795;
	text-decoration: none;
}

a.buy:hover
{
	display: block;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	font-weight: bold;
	width: 100px;
	height:20px;
	text-align: center;
	background-color: #fff795;
	text-decoration:underline;
}


a.buy:visited
{
	display: block;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	font-weight: bold;
	width: 100px;
	height:20px;
	text-align: center;
	background-color: #fff795;
}

input.text
{
	border-collapse:collapse;
	border: black 1px solid outset;
}