TD,TH,FONT
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
}

BODY
{
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFCC00;
}

h1
{
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}

h2
{
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

a
{
	color: #333333;
	text-decoration: underline;
}

a:hover 
{
	color: #000000;
	text-decoration: underline;
}

li
{
	list-style-type: square;
	list-style-image:url(/Media/Image/icon_goforward.gif);
	margin-left: -22px;
}

.navigation 
{
	background-color: #FFE680;
	line-height: 18px;
}

.content
{
	background-color: #FFF2BF;
	line-height: 18px;
}

.footer
{
	font-size: 11px;
	padding-top: 2px;
	color: #333333;
}

