body
{
	color: #000000;   
	font-family: verdana;
	font-size: 11px;
	line-height: 13pt; 
}

p
{
	font-size: 11px;
	line-height: 13pt; 
	margin-left: 5;
	margin-right: 5;
	margin-top: 2;
	margin-bottom: 2;
}
p.error
{
	color: #FF0000;
	font-size: 11px;
	margin-left: 5;
	margin-right: 5;
	margin-top: 2;
	margin-bottom: 2;
}

A:link
{
	text-decoration: "underline";color:#000000;
}
A:visited
{
	text-decoration: "underline";color:#333333;
}
A:hover
{
	text-decoration: "underline";color:#000000;
}
A:active
{
	text-decoration: "underline";color:#cc0000;
}

textarea
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 11px;
	border: 1pt #999999 solid;
}
input.button
{
	color: #000000;
	background-color: #dddddd;
	font-family: verdana, arial;
	font-size: 9px;
	
}
input.textbox
{
	color: #999999;
	background-color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 10px;
	border: 1pt #999999 solid;
}
select.selection
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana, arial;
	font-size: 11px;
	border: 1pt #12335B solid;
}

