a {
	color: #2b7e48;
}
body, body  td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content p {
	line-height: 18px;
}
.warn {
	border: 1px solid yellow;
	padding: 3px 3px 3px 54px;
	background: white url("images/warning.gif") no-repeat;
}
.error {
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat;
	color: red;
	padding: 3px 3px 3px 54px;
}
.info {
	border: 1px solid #0086ff;
	background: white url("images/information.gif") no-repeat;
	color: #0086ff;
	padding: 3px 3px 3px 54px;
}
.page_controls {
	text-align: center;
	clear: both;
	background-color: #ddd;
	padding: 2px;
}
img {
	border: 0px;
}
