@CHARSET "ISO-8859-1";

body
{
	font-family: Arial,Verdana;
	font-size: 11px;
	font-weight: normal;
	background-color: #e2ffc8;
	color: #000000;
}

table
{
	border: solid 1px;
}

th,td
{
	text-align: left;
}

h1
{
	font-size: 16px; 
}

h2
{
	font-size: 12px; 
}

a:link
{
	color: #0000ff;
} 

a:visited
{
	color: #0000ff;
} 

a:active
{
	color: #0000ff;
}

a:hover
{
	color: #0000ff;
}

select, input, textarea
{
	font-family: Arial,Verdana;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}

