button, code, h1, h2, h3, h4, h5, h6, body,
input, pre, select, table, td, textarea, th
{ font-size: 14px; }

blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6,
html, label, legend, li, ol, p, pre, table, td, th, ul
{ margin: 0; padding: 0; }

body {
	color: #333333;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	margin: 10px;
}
#wrapper {
	background-color:#fff;
	border: 1px solid #000033;
	margin: 0px auto;
	padding: 20px;
	width: 1000px;
}
#header{
	font-size:28px;
	padding: 8px 0px 8px 8px;
	color: #000033;
	background-color: #cccccc;
	margin-bottom: 5px
}
#footer{
	margin-top: 5px;
	font-size:9px;
	text-align:center;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #ccc;
}
a:link {
	text-decoration : none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	border-bottom : 0px dotted;
	text-decoration : underline;
}
h1 {
	padding-bottom: 10px;
	font-weight : bold;
	font: 26px Georgia, serif;
	line-height:24px;
}
h2 {
	padding-bottom: 10px;
	font-weight : bold;
	font: 20px Georgia, serif;
	line-height:22px;
}
p { 
	margin: 5px 0px 5px 0px	
}
li {
	margin-left: 20px;
	margin-bottom: 6px
}
#message {
	color: #0000FF;
	
}
/* forms */
label {     
	display: block;     
	margin-bottom: -0.75em;
} 
input, select, textarea {     
	display: block;     
	position: relative;     
	left: 15em;     
	top: -.5em;
}
#dateselect th {   
font-size: 10px;
text-align:left;
}

#dateselect input, #dateselect select, #dateselect textarea {     
	display: block;     
	position: relative;     
	left: 0em;     
	top: 0em;
}

#dateselect #sbutt {
	font-size:10px;
	padding: 1px; 
	margin-left: 5px;
	margin-bottom: 20px;
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	font-family: Verdana, Helvetica, Sans-Serif;
}

#sbutt {
	padding: 1px; 
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	font-family: Verdana, Helvetica, Sans-Serif;
}
#sbutt_image {
	padding: 1px; 
	top: 0em;
	left: 24em;
}
/* end forms */
#report_table table {
}
#report_table th {
	color: #fff;
	background-color:#333333;
	border: #999 0px solid; 
	margin: 0px; 
	padding: 3px; 
	font-size: 12px;
	text-transform:uppercase;
	vertical-align:text-top;
	text-align:center
}
#report_table th a:link {
	text-decoration : none;
	color:#FFFFFF;
}
#report_table th a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#report_table th a:hover {
	border-bottom : 0px dotted;
	text-decoration :underline;
	color:#FFFFFF;
}
#report_table td {
	border: #999 0px solid;  
	margin: 0px; 
	padding: 0px; 
	font-size: 12px;
	vertical-align:text-top;
}

