body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 10px 10px 10px;
}

p.rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

ul.security {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

li.security {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px 30px 10px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px 10px 10px;
	padding: 4px 0px 2px 0px;
	font-size: 20px;
	color: #00915E;
	border-bottom: solid 1px #ccc;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	font-size: 16px;
	color: #111;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 15px 4px 15px;
	padding: 8px 0px 2px 0px;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	color: #00915E;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	font-size: 14px;
	color: #00915E;
	border-bottom: solid 3px #00915E;
}

a {
	color: #000000;
}

a:hover {
	color: #00915E;
}




div.footer { text-align: center; margin: 5px; color: #505050; font-size: 10px; }
div.footer p { margin: 0; padding: 5px; color: #505050; font-size: 10px; }
div.footer a { margin: 0 10px; display: inline; color: #505050; text-decoration: none; }
div.footer a:visited { color: #505050; text-decoration: none; }
div.footer a:hover { color: #222222; text-decoration: underline; }




table.boxes { width: 200px; padding: 0px; }
table.boxes td.box1 { width: 200px; background-image: url('images/box1.gif'); background-repeat: no-repeat; }
table.boxes td.box2 { width: 200px; height: 35px; background-image: url('images/box2.gif'); background-repeat: no-repeat; }
table.boxes p { margin-left: 16px; margin-right: 16px; margin-bottom: 6px; }




input.login { background-color: #002a53; border: none; color: #e4e4e4; font-size: 10px; }