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

html, body {}
html, body {font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;}
body {font-size:12px; margin:0; padding:0;}
strong, em, b, i, .bold {font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;}
 
table, td {font-size: 1em;}
th {text-align:left; background-color:#eee;}
p {margin:0 0 1em 0;}
h1, h2, h3, h4, h5, h6 {font-family:Georgia,"Times New Roman",Times,serif; color:#036;}
h1 {font-size:1.6em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
h4 {font-size:0.9em;}
input, select, textarea {font-family:Arial,Helvetica,sans-serif; font-size:1em;}
label {vertical-align:middle;}

.grey-box {
	background-color:#e4e5e5;
	margin-top:20px;
	margin-bottom:10px;
	border: thin solid #003;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h3.subttlblack {
	font-size:12px;
	color:#000;
	margin:1em 0 0 0; 
}
.fieldnorm {
	height:20px;
	background:transparent no-repeat center left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fieldreq {
	height:20px; 
	padding: 0px 0px 0px 12px; 
	background:transparent url(/images/global/field-req.gif) no-repeat center left;
}

