/* the body */
body
{
	margin:0;
	padding:0;
	background-color:#173603;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
}

/* general text style */
*
{
	font-family:verdana, arial, sans-serif;
	font-size:12px;
}

/* links */
a {	font-family:verdana, arial, sans-serif;	font-size:11px;	color:#173603; text-decoration:none; }
a:hover {	text-decoration:none; }
a:visited {	color:#173603; }
a:active { color:#173603; }

a.nav { font-weight:bold; }

/* general span text */
span
{
	font-family:verdana, arial, sans-serif;
	font-size:11px;
}

/* navigation */
span.nav
{
	line-height:20px;
}

/* news */
span.news
{
	font-style:italic;
	font-size:10px;
}

/* sponsor text */
span.sponsor
{
	font-style:italic;
}

/* regular content */
span.content
{
	margin-top:10px;
	font-size:12px; /* no 11.5 available */
	align:justify;
}

/* nullheight for spacing */
span.nullheight
{
	font-size:0px;
	line-height:0px;
}

/* regular header */
h4
{
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

/* content paragraph */
p.content
{
	text-align:justify;
}

/* standard paragraph */
p
{
	text-align:justify;
}