*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

.td {
	color: #000000;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight : bolder;
}

	
.content {
	color: #000000;
	font: 12px Tahoma,Verdana, Arial, sans-serif;
}




.roll { font-family:tahoma, Verdana, Arial, sans-serif; font-size:12px; color:#ff0103; text-decoration:none}

a.roll:link, a.roll:active {
	color: #ff0103;
	text-decoration: none;
}

a.roll:visited {
	color: #cccccc;
	text-decoration: none;
}

a.roll:hover {
	background-color: #ff0103;
	color: #ffffff;
	text-decoration: none;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.hoverbox img
{
	background: ;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 130px;
	height: 130px;
}

.hoverbox li
{
	background: ;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #cccccc;
	width: 380px;
	height: 250px;
}
