body, td, input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.page {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	background-color: #fff;
	border: 0;
}
input, textarea, select {
	font-size: 12px;
}
div.fieldset {
	margin: 1em 0;
	padding: 0 10px;
}
a img {
	border: none; /* Avoids extra colored border for image links */
}
a:link {
	color: #4802A8;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #4802A8;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #4802A8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #39348b;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 8px 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	margin: 8px 0 15px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin: 10px 0 10px 0;
}
.lighter{
    background: #FFFFFF;
}
.darker{
    background: #F0F0F0;
}