
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #F2F2F2;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D4066;
}

h1{
	FONT-SIZE: 15pt;
	color: #000066;
	TEXT-DECORATION: none;
	font-weight: bold;

}
h2{
	FONT-SIZE: 13px;
	color: #000066;
	TEXT-DECORATION: none;
	font-weight: bold;

}
h3{
	FONT-SIZE: 13px;
	color: #000099;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a {
	FONT-WEIGHT: normal;
	COLOR: Blue;
	TEXT-DECORATION: none;
}

a:hover{
	font-weight: normal;
	color: #999999;
	text-decoration: none;

}
/************* CONTENT ************/

#content {
	margin: 0px auto;
	padding: 16px 30px 0px 30px;
}

#content p, #content ul, #content ol {
	list-style: square;
	line-height: 120%;
}
/*************************/


INPUT {
	BORDER-RIGHT: 1px solid Black;
	BORDER-TOP: 1px solid Black;
	BORDER-LEFT: 1px solid Black;
	BORDER-BOTTOM: 1px solid Black;
	HEIGHT: 20px;
	COLOR: #000000;
	BACKGROUND-COLOR: #F0F8FF;
}
TEXTAREA {
	BORDER-RIGHT: 1px solid Black;
	BORDER-TOP: 1px solid Black;
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: lightgrey;
	BORDER-LEFT: 1px solid Black;
	COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: silver;
	SCROLLBAR-ARROW-COLOR: navy;
	SCROLLBAR-TRACK-COLOR: silver;
	BORDER-BOTTOM: 1px solid Black;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	BACKGROUND-COLOR: #FFFFFF;
}

.fieldset {
	width:250px; 
	}
.fieldset .label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.3em;
	margin:0;
	margin-top:0.3em; }
.fieldset .nobr {
	display:none; }  
.fieldset .textfield {
	margin:3px;
	height:15px;
	width:150px; }
.fieldset .textarea {
	margin:3px;
	height:80px;
	width:150px; }

legend {
	FONT-SIZE: 11pt;
	color: #000066;
	TEXT-DECORATION: none;
	font-weight: bold;
}
