/*-- Default style sheet for 'index.html' --*/
/*-- February 3, 2008 --*/

BODY {
	background: #000000;
	margin: 32px 0px 64px 0px;
	font-size: 18px;
	color: #00A200;
}

TABLE {
	width: 320px;
	margin-top: 120px;
}

TD {
	padding: 0px;
	text-align: center;
	background: url(GridBG.gif);
}

TD.horz {
	width: 100%;
	background-repeat: repeat-x;
}

IMG.corner {
	display: block;
}

IMG {
	vertical-align: bottom;
	border-style: none;
}

DIV.link {
	margin-bottom: 8px;
}




/*-- Navigation --*/

A:link {
	color: #000000;
	background: #000000;
}

A:visited {
	color: #000000;
}

A:active {
	color: #000000;
}

A:hover {
	color: #000000;
}

#hilite A:hover {
	background: url(RedBG.gif);
}