body {
	font-family: helvetica, arial, san-serif;
	font-size: 10pt;
	bgcolor: #FFFFFF;
	color: #000000;
}

td, div, span, p, img, ul, ol {
	color: #000000;
	vertical-align: top;
	font-size: 10pt;
	border: 0px;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

hr {
	margin: 30px 0px;
	color: #999999;
	border: 1px solid #999999;
}


#container {
	width: 750px; 
	margin-left: auto; 
	margin-right: auto;
}

#rss {
	text-align: right;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: bold;
	color: #999999;
	padding: 10px 0px 20px 0px;
}

.navigation {
	width: 100%;
}

.navigation td {
	vertical-align: top;
	text-align: center;
	width: 10%;
	height: 35px;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	padding: 3px;
}

.navigation td a:link, .navigation td a:visited, .navigation td a:active, {
	color: #666666;
	text-decoration: none;
}
.navigation td a:hover {
	color: #333333;
}


.header {
	margin: 20px 0px;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

.disclaimer {
	font-size: 8pt;
	color: #8b0000;
	font-weight: bold;
}

.comment {
	margin: 5px 0px;
	font-size: 8pt;
	color: #666666;
}

.emphasis
{
	margin: 5px 0px;
	font-size: 8pt;
	color: #993300;
	font-weight: bold;
}

.files {
	background-color: #EEEEEE;
	width: 100%;
}
.files td { 
	border-bottom: 1px solid #999999;
	font-size: 8pt;
}



.explanation {
	padding: 30px 0px 10px 0px;
}
.specs {
	padding: 10px 0px 20px 0px;
}
.form_prompt {
	font-weight: bold;
	color: #999999;
	width: 180px;
}
.form_input { width: auto; }
.form_note { 
	display: block; 
	width: auto;
	border: 1px solid #CCCCCC; 
	background-color: #EEEEEE;
	padding: 5px;
	margin: 10px;
	font-size: 7pt;
	color: #999999;
}
.error { color: #CC3300; }
.alert { color: #003366; }
