@charset  "UTF-8";

/* Body */
body { background: #fff; }

/* Random HTML Styles */
hr
{
	height: 1px;
	background-color: #000;
	color: #000;
	margin: 2em 0;
}

acronym
{
	border-bottom: 0px;
	font-style: normal;
}

/* General Structure */
body, td, input, ul, li, input, select
{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
}

input, select, .note { font-size: 8pt; }

h1, h2, h3, h4, h5, h6, caption, th
{
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: 0;
}

h1
{
	font-size: 160%;
	border-bottom: 1px solid #000;
	margin: 20px 0 9px 0;
}

h2
{
	font-size: 150%;
	border-bottom: 1px solid #333;
	margin: 10px 0 6px 0;
}

h3, caption
{
	font-size: 130%;
	margin: 5px 0 3px 0;
}

*h4, th { font-size: 100%; }

form h4 { padding-bottom: 5px; }

h5 { font-size: 90%; }

h6 { font-size: 60%; }

p
{
	padding-bottom: 20px;
	margin: 0;
}

form p { padding-bottom: 5px; }

ul
{
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 0px;
}

li { font-weight: bold; font-size: 90%; margin-bottom: 5px; }

/* Navigation */
:link, :visited
{
	color: #900;
	text-decoration: none;
}

:link:hover, :visited:hover
{
	color: #333;
	text-decoration: underline;
}

:link:active, :link:active
{
	color: #333;
	text-decoration: underline;
}

/* Inline elements */

img { border: none; }

/* Tabular Data */

table { margin: 0px; padding: 0px; border-collapse: collapse; width:550px} 

caption { padding-bottom: 3px; }

caption, th, td { text-align: left; }

tr, th, td
{
	border: 1px solid #fff;
	margin: 0px;
	padding: 3px;
}

th
{
	padding-top: 4px;
	background-color: #ddd;
}

td { background-color: #eee; }

/* Footer Elements */
#footer
{
	font-size: 85%;
	color: #900;
}
