body {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}
form { margin: 0px; padding: 0px; }

p, .txt {
	margin-top: 10px;
	margin-bottom: 6px;
} 
td, li, p, .txt { 
	color: #000000; 
	font-size: 12px;
	line-height: 1.6em;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
h1, h2, h3, h4, h5 { 
	line-height: 1.3em;
} 
table td { vertical-align: top; }
table th { line-height: 1.3em; }
.small {
	font-size: 10px;
}
.footnote { 
	color: #666666;
	font-size: 10px;
}
a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
    color: #666666;
}


.error {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
div.error {
  	background: #ffcc99;
	border: 1px dashed #cc0000;
	line-height: 1.6em;
	padding: 5px;
	margin-top: 5px; margin-bottom: 5px;
}
div.error p {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 0;
}
#message {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	background: #ccccff;
	border: 1px dashed #003399;
	line-height: 1.6em;
	padding: 5px;
	margin-top: 5px; margin-bottom: 5px;
}
 

