body, div, span, p, b, table, td, th, li, ul, input, select, textarea {
	font-size: 8pt;
	font-family: sans-serif;
}

body {
	background-image:url("../images/body_bg.png");
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #bf6700;
	text-align:left;
	margin-top:40px;
	margin-bottom:25px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-top: 2em;
}

h2.headline {
	margin-top: 30px;
	color: #bf6700;
	font-size: 8pt;
	text-transform: uppercase;	
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	margin-top: 2em;
}

h4 {
	font-size: 9pt;
	font-weight: normal;
	text-align: left
}
	
h5 {
	margin-top: 30px;
	font-weight: bold;
	color: #bf6700;
	text-align:left;
	font-size: 8pt;
}

p.big {
	font-size: 9pt;
	line-height: 1.4em;
}

img.header {
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto
}

div.footer {
	font-size: 7pt;
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	line-height: 1.5em;
	color: #5b9298;
	text-align: center;
}

a:link.footLink		{ color: #5b9298;text-decoration:none; }
a:active.footLink	{ color: #5b9298;text-decoration:none; }
a:visited.footLink	{ color: #5b9298;text-decoration:none; }
a:hover.footLink	{ color: white;text-decoration:none; }

ul {
	line-height: 1.75em;
}

a:link, a:visited {
	color: #07454d
}

a:hover {
	color: gray
}

a.footer:link, a.footer:hover, a.footer:visited {
	color: #FFFFFF;
	background: #045761;
	text-decoration: underline
}

a.help:link, a.help:hover, a.help:visited {
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
}

/* tables */

table {
	font-size: 8pt;
	border-collapse: collapse;
	margin: 0px auto;
	text-align: left;
}

td {
	padding: 0px;
}

th {
	padding: 0px;
}

table.data {
	width: 100%;
	border-bottom: 1px solid #005263;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.data th {
	border-top:1px solid #005263;
	border-bottom:1px solid #005263;
	background-color: #ff8d0a;
	color: #ffffff;
	height: 16pt;
	font-size: 8pt;
}

table.data td {
	font-size: 8pt;
	padding: 0px;
	height: 16pt;
}

table.data td.summary {
	padding-top: 7px;
	border-bottom: 1px solid #005263;
}

table.display {
	width: 100%;
}

table.display th {
	height: 20px;
}

table.display td {
	font-size: 8pt;
	height: 20px;
}

table.form {
	width: 100%;
}

table.form th {
	padding-top: 20px;
	padding-bottom: 5px;
}

table.form td {
	font-size: 8pt;
	height: 25px;
}

table.form td.note {
	font-style: italic;
}

table.asl td {
	padding: 10px
}

form.form {
	font-size: 8pt;
}

div.navbar {margin-top:30px}

pre.example {
	border: solid black thin;
	white-space: pre;
   	background-color: rgb(204,204,255);
	font-family: monospace;
	font-size: smaller;
	margin-right: 0;
	margin-left: 0;
}

#howitworks {
	text-align: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 40px;
	padding-right: 40px;
	color: #ffffff;
	float: right;
	border-top: 1px dashed;
	margin-right: 25%;
	background-image:url("../images/body_bg.png");
	font-size: 9pt;
}

a:link.howitworks		{ color: #dddddd; }
a:active.howitworks		{ color: #dddddd; }
a:visited.howitworks	{ color: #dddddd; }
a:hover.howitworks		{ color: #ffffff; }

p.blogfooter {
	margin-top: 5em;
}
