html, body {
	margin: 0px;
	text-align: center;
	background-color: #ccc;
}

html, body, table, input, select, textarea {
	font: normal 7pt Verdana, Tahoma, Arial, sans-serif;
	color: #383838;
}

.clear {
	clear: both;
	font: normal 1px Verdana;
	margin: 0px;
	padding: 0px;
	height: 1px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
h5 {
	font-size: 8pt;
}
h6 {
	font-size: 6pt;
}

form {
	margin: 0px;
	padding: 0px;
}

.formobj {
	font: normal 7pt Verdana, Tahoma, Arial, sans-serif;
	padding: 2px;
	height: 20px;
	border: 1px solid #a7a6ab;
}

a:link, a:visited, a:active {
	color: #383838;
	text-decoration: underline;
	display: inline;
}

a:hover {
	color: #a44607;
	text-decoration: none;
}

a.bdown:link {color: #a44607;text-decoration: underline; display: inline; font-weight:bold;}
a.bdown:visited {color: #a44607;text-decoration: underline; display: inline; font-weight:bold;}
a.bdown:hover {color: #ffffff; text-decoration: none; font-weight:bold;}

a.b2down:link {color: #FF9900;text-decoration: underline; display: inline;}
a.b2down:visited {color: #FF9900;text-decoration: underline; display: inline;}
a.b2down:hover {color: #000000; text-decoration: none;}

#footer {
	padding-left: 7px;
	width: 908px;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
}

.div_dotted {
	height: 1px;
	background-image: url(../images/div_dotted.gif);
	background-repeat: repeat-x;
	font: normal 1px Verdana;
	margin: 10px 0px 10px 0px;
}

.heading {
	margin-bottom: 20px;
}

.fontstyle1 {
	color: #e2691a;
	font-size: 7pt;
}

.fontstyle2 {
	color: #323232;
	font-size: 9px;
}

.fontstyle3 {
	color: #A84D0F;
	font-size: 9px;
	font-weight: bold;
}

.form_label {
	margin-right: 5px;
	margin-top:5px;
	float: left;
	width: 130px;
}

.form_input {
	margin-right: 5px;
	display: inline;
	float: left;
}

.form_header {
	font-size: 11pt;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.msg {
	color: #f00;
	margin: 10px 0 10px 0;
}

.formdiv {
	height: 2px;
	overflow: hidden;
	clear: both;
}

.data_header {
	background-color: #D1D1D1;

	font-weight: bold;
}

.data_row {
	padding: 5px;
}

.data_row1 {
	padding: 5px;
	word-wrap: break-word;
}

.date_selector {
	/* styles from .formobj class */
	font: normal 7pt Verdana, Tahoma, Arial, sans-serif;
	padding: 2px;
	height: 20px;
	border: 1px solid #a7a6ab;
	/* end */

	background-image: url(../images/icon_calendar.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/*div { border: 1px solid #000; }*/