@charset "utf-8";
/* CSS Document */
html, body {
font-family:Arial, Helvetica, sans-serif;
color:#337494;
}
h1 {
font-weight:normal;
font-size:18px;
margin:22px 0 8px 0;
}
h2 {
margin: 18px 0px 8px 0;
}
h1 span {
font-weight:bold;
}
.bgBanner {
	background-image: url(../images/Banner.jpg);
	vertical-align:middle;
}

.myinputstyle, INPUT, TEXTAREA, SELECT {
	border: 1px solid #337494;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #337494;
	margin:0px 3px 8px 3px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle LABEL {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
	margin-bottom:8px;
}

table td {
	margin:3px 0 3px 0;
}