/**
 * basic element styles
 */
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family:  Arial, Helvetica, Verdana, Sans-serif;
	/*font-size: 1em;*/
	font-size: 16px;
	/*font-size:12pt;*/
	/*color:#000;
	background-color:#fff;*/
	}

h1 {
	margin: 0px 0px 0px 150px;
	font-weight: normal;
	color: gray;
	/*font-size: 1.75em;*/
	font-size: 11px;
	width: 800;
	}

h2 {
	margin: 10px 0px 10px 20px;
	font-weight: normal;
	color: #000;
	/*font-size: 1.2em;*/
	font-size: 19px;
	}

h3 {
	font-weight: bold;
	color: White;
	/*font-size: .75em;*/
	font-size: 12px;
	background: #99CC00;
	margin-bottom: 2px;
	text-align: center;
	/*font: normal bold .75em;*/
	line-height: 1.8em;
	}

h4 {
	font-weight: bold;
	/*font-size: 0.80em;*/
	font-size: 12px;
	text-align: center;
	/*line-height: 1.8em;*/
	line-height: 29px;
	margin:0px;
	width: 100%;
	color: #0099CC;
	border: thin solid #cccccc;
	}

h5 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 29px;
	margin:0px;
	width: 100%;
	color: #FFA500	;
	border: thin solid #87CEEB;
	}

/*input, option {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	}*/

/*select {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	}*/
	
input{
	border: 1px solid Gray;
	background: #F4F4F4;
}
select{
	border: 1px solid Gray;
}

option{
	background: #F4F4F4;
}	

.inputButton {
	background-color: #CCCCCC;
	padding-top:3px;
	margin-left: 8px;
	text-indent: 0px;
	text-decoration: underline;
	}
