@charset "utf-8";
/* CSS Document */

html {
    background: none;	 
}
body  {
	font-size: 12pt;
	background: #FFF; 
}
#container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header, #navmenu, #footer, #main h1, .noprint { 
	display: none;
} 
#main { 
	margin: 0;
	width: 100%;
}

/* Form styles */

.form_dropshadow, .form_letter {
	border: 0;
}
input, textarea {
	border: 1px solid #000;
	font-size: 12pt !important;
}
.users input {
	border: 0 !important;
}
.rec_details div {
	margin: 2px 0 0 0;
}
.rec_details label {
	white-space: nowrap;
	font-weight: bold;
	width: 10em;
	float: left;
	display: block;
}
textarea {
	width: 26em !important;
	height: auto;
	min-height: 10em;
	overflow: hidden;
}
.rec_details input {
	width: 20em;
	height: 1.7em !important;
	line-height: 1.7em;
}
.sameline label {
	width: 5em !important;
	clear: left !important;
}

/* General */
h1 cite {
	font-style: italic;	
}
a {	color: #000; }

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

