TD 
{ 
	font-family: Century Gothic, arial; 
}

TH 
{ 
	font-family: Century Gothic, arial;
}


A:link
{
	color: black;
	text-decoration: none;
	font-family: Century Gothic, arial;
}


A:active
{
	color: black;
	text-decoration: none;
	font-family: Century Gothic, arial;
}

A:visited
{
	color: black;
	text-decoration: none;
	font-family: Century Gothic, arial;
}

A:hover
{
	color: #39F;
	text-decoration: underline;
	font-family: Century Gothic, arial;
}


.topnav A:link
{
	color: white;
	text-decoration: none;
	font-family: Century Gothic, arial;
}


.topnav A:active
{
	color: white;
	text-decoration: none;
	font-family: Century Gothic, arial;
}

.topnav A:visited
{
	color: white;
	text-decoration: none;
	font-family: Century Gothic, arial;
}

.topnav A:hover
{
	color: #39F;
	text-decoration: underline;
	font-family: Century Gothic, arial;
}


.navbox A:link
{
	color: black;
	text-decoration: none;
	font-family: Century Gothic, arial;
	font-size: 12 px;
}


.navbox A:active
{
	color: black;
	text-decoration: none;
	font-family: Century Gothic, arial;
	font-size: 12 px;
}

.navbox A:visited
{
	color: black;
	text-decoration: none;
	font-family: Century Gothic, arial;
	font-size: 12 px;
}

.navbox A:hover
{
	color: #39F;
	text-decoration: underline;
	font-family: Century Gothic, arial;
	font-size: 12 px;
}





.inputbox 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #39C;
	border: 1px solid; 
}

ul#launcher {
	width: 300px;
	margin: auto;
	text-align: center;
	padding-bottom: 250px;
	margin-top: 150px;
}

ul#launcher li {
	list-style-type: none;
	float: left;
	display: block;
}

ul#launcher li a {
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#launcher li a:hover {
	background-position: 0px -100px;
}

ul#launcher li#consumer a {
	width: 100px;
	background-image: url(/graphics/rolls/roll20.jpg);
}

ul#launcher li#trade a {
	width: 100px;
	background-image: url(/graphics/rolls/roll5.jpg);
}

ul#launcher li#media a {
	width: 100px;
	background-image: url(/graphics/rolls/roll8.jpg);
}

ul#launcher li a span {
	display: none;
}

ul#launcher li.first {
	padding-left: 0px;
}

ul#launcher li.last {
	padding-right: 0px;
}