body {
    font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size:10pt;
    background-color:#FFFFFF;
	min-width:300px;
	line-height:140%;
}

.form {
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none; 
	border: 1px solid #000000;  
	lineheight:140%;
}


.button {
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none; 
	border: 1px solid #000000;  
	lineheight:140%;
}


a {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underlined;
}


.error {
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover.error {
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}  


.success {
	font-size: 8pt;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

a:hover.success {
	font-size: 8pt;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}


