body
{
	font-family: arial,verdana, sans-serif;
	background-color: black;
}

h1
{
	font-size: 200%;
	font-weight: bold;
	padding-bottom: .3em;
}

h2
{
	font-size: 170%;
	font-weight: bold;
}
h2 a
{
	text-decoration: none;
        padding: 2px;
        margin: 0px 0px 0px -2px;
}
h2 a:hover
{
	background-color: #000;
}

h3
{
	font-size: 140%;
        font-weight: bold;
	padding-bottom: 1em;
}

a
{
	color: white;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

p
{
	padding-bottom: 1.5em;
}

ul
{
	list-style: disc outside;
	margin-left: 2em;
	padding-bottom: 1em;
}
ol
{
	list-style: decimal outside;
	margin-left: 2.5em;
	padding-bottom: 1em;
}
p,li
{
  line-height: 1.5em;
}
strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

table
{
}
caption
{
	font-weight: bold;
}
th
{
	font-weight: bold;
}
td
{
}
blockquote
{
	padding-left: 2em;
}
cite
{
	font-style: italic;
}
code
{
	white-space: pre;
}

.clear_left
{
	clear: left;
}

input, select, textarea
{
	border: none;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	font-size: inherit;
	padding: 5px;
	width: 232px;
	margin-bottom: 2px;
	background-color: white;
	font-size: 85%;
	font-weight: bold;
}
input.checkbox
{
	width: auto;
	margin-top: 7px;
	background-color: transparent;
	height: 1em;
}
textarea
{
  width: 500px;
  height: 100px;
}
label
{
	display: block;
        padding-bottom: 3px;
        text-transform: uppercase;
}
form br
{
  display: none;
}
