body {
	background-color: #c0c0c0;
	margin: 0; padding: 0;
}
#content {
	padding: 4px 20px 4px 20px;
}
#content, #content td, .footer {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	vertical-align: top !important;
}
.footer div {
	padding: 32px 20px 0px 20px;
	line-height: 16px;
}
.left {
	padding-right: 0px;
}
.center {
	padding-right: 0px;
	padding-left: 0px;
}
.right {
	padding-left: 0px;
}
a {
	color: #4265a7;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0px;
	line-height: 16px;
}
.warn {
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat 6px 6px;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.error {
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat 6px 6px;
	color: red;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial;
	margin: 0 0 10px 0;
	padding: 0px;
}
h1 { font-size: 18px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
a img {
	border: 0px;
}
.page_controls {
	text-align: center;
}
.e:hover td, .o:hover td {
	color: #456c0f;
}
.o td {
	background-color: #f0f0f0;
}