/*
-----------------------------------------------------------------------------
CSS Document
-----------------------------------------------------------------------------
version:		1.1
author:			
email:			
website:		http://www.csastudio.com
-----------------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------------
BASE
-----------------------------------------------------------------------------
*/

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0;
	padding: 0;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#000000;
	color: #FFFFFF;
	height:100%;
}


a
{
	color:#a3c028;
}

a:hover
{
	color:#f3d403;
}



td, tr, li, ul, p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}



