/* */
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: sans-serif;
	font-size: 11pt;
}

img {
	border: none;
}

form {
	margin: 0px;
}


div.error {
	color: #FF0000;
	margin: 5px auto 5px auto;
	width: 95%;
}
div.error div.message { text-align: center; font-weight: bold; }

div.success {
	color: #009F03;
	margin: 5px auto 5px auto;
	width: 80%;
}

ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }

