body {
	margin-left: 0px; 
	margin-right: 00px;
	margin-top: 0px; 
	margin-bottom: 0px; 
}

div, p, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

input, option {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 18px;
	font-family: verdana, arial,helvetica, sans-serif;
	color: #336699;
}

h2 {
	font-size: 16px;
	font-family: verdana, arial,helvetica, sans-serif;
	color: #336699;
	margin-top: 24px;
}

h3 {
	font-size: 14px;
	font-family: verdana, arial,helvetica, sans-serif;
	color: #336699;
}


/* form elements */

td.formCaption {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

td.formLabel {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.submitbutton {
	background-color: #86B8EA;
	color: black;
	font-size: 12px;
	font-weight:bold; 
	font-family: verdana, arial, helvetica, san-serif;
	line-height: 14px;
	border: 2px solid #336699;
	white-space: normal;
	text-indent: 0px;
	text-align: center;
}

/* report table styles */

table.reportTable {
	border-collapse: collapse;
}

th.reportHeader {
	padding: 2px;
	border: outset 3px;
	background-color: #86b8ea;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td.reportCell {
	border: outset 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #d6e7f8;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

td.reportCellNumeric {
	border: outset 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #d6e7f8;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}


/*********** All tmpl_* styles lifted from www.dot.il.gov/style.css *********/

/* This class formats the h1 tags in the navigation area */
.tmpl_h1 {
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	clip: rect(0px 0px );
	font-size: 100%
}


/* This class formats the background color of the header */
.tmpl_headerbackgroundcolor {
	background-color: #336699;
	color: #FFFFFF;
	font-size: 66%
} 
/* This class formats the background color of the header tab */
.tmpl_tabbackgroundcolor {
	background-color: #86B8EA;
	text-align: center
}

/* Rod's link gets its own class */
.tmpl_governor {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal
}