HTML
{
  overflow: -moz-scrollbars-vertical !important;
}

BODY, TD, INPUT, TEXTAREA, OPTION, DIV, P, H1, SELECT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #404040;
	margin: 0px;
	padding: 0px;
}

TD
{
	background-color: white;
}

P, DT, LI
{
	background-color: white;
	font-size: 8pt;
	line-height: 19px;
}

BODY
{
	background-color: #f1e9dd;
}

TD
{
	text-align: left;
}

A:link, A:visited
{
	font-size: 10pt;
	color: #303030;
	text-decoration: none;
}
	
A:hover, A:visited:hover
{
	font-size: 10pt;
	color: #303030;
	text-decoration: underline;
}

.btn
{
	text-align:right;
}

