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

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282113;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6
{
	margin: 0px;
	padding: 0px;
}

IMG, TABLE
{
	border: none;
}

TD, TH
{
	text-align: left;
}

FORM
{
	display: inline;
}

.link
{
	cursor: pointer; cursor: hand;
}

.a
{
	color: #282113;
}

A:link, A:visited
{
	color: #282113;
	text-decoration: none;
}
	
A:hover, A:visited:hover
{
	color: #282113;
	text-decoration: underline;
}

.greenlink
{
	color: #3c4b07;
}

A.greenlink:link, A.greenlink:visited
{
	color: #3c4b07;
	text-decoration: underline;
}
	
A.greenlink:hover, A.greenlink:visited:hover
{
	color: #3c4b07;
	text-decoration: none;
}