﻿body
{
	margin: 0;
	padding: 0;
}

a:link		{ color: #000000; text-decoration: underline; }
a:visited	{ color: #000000; text-decoration: underline; }
a:active	{ color: #000000; text-decoration: underline; }
a:hover		{ color: #000000; text-decoration: underline; }

.mainDiv 
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}

.mainTable
{
	padding: 0;
	border: 0px;
}

.linkRow
{
	text-align: center;
}

.headerRow
{
	background-color: #60892b;
	color: #ffffff;
}

.separatorRow
{
	background-color: #a94c0f;
	height: 10px;
}

.itemRow
{
	background-color: #eeeeee;
	line-height: 17px;
}

.itemRowAlt
{
	background-color: #dddddd;
	line-height: 17px;
}
