.formelement {
	background-color: #ffffff;
	border-width: 1;
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
}

.text
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.headertext
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 14pt;
	color: #000000;
}

.textsmall
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
}

a.textsmall
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}


BODY {
	font-family : sans-serif, Helvetica, sans-serif-serif;
}

a:link 
{ 
	text-decoration: none;
	font-family : sans-serif;
	color: #000000;
	font-weight : normal;
}

a:visited 
{ 
	text-decoration: none;
	font-family : sans-serif;
	color: #333333;
	font-weight : normal;
}

a:active 
{ 
	text-decoration: none;
	font-family : sans-serif;
	color: #333333;
	font-weight : normal;
}

a:hover 
{ 
	text-decoration: underline;
	font-family : sans-serif;
	color: blue;
	font-weight : normal;
}