/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background: #FCFBFC;
	}
.required {
	font-family:"Times New Roman", Times, serif;
	color:#990000;
	font-size: 9pt;
	}

a:link, a:visited {
	font-size: 8pt;
	height:25px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a:active, a:hover {
	font-size: 8pt;
	height:25px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}


form {
	padding:0px;
	margin:0px;
	font-size:10pt;
	}

.text {
	border-bottom: 1px #666666 solid;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#000099;
}

.label_bottom {
	font-size:8pt;
	font-weight:bold;
}

label {
	font-size:9pt;
	font-weight:bold;	
}

select {
	/*border: #999999 1px thin;*/
	border:1px #666666;
	font-size:9pt;
}

th {
	background:#EBEBEB;
}

textarea {
	font-size:9pt;
	font-family:"Times New Roman", Times, serif;
	color:#000099;
}

.small {
	font-size:8pt;
	}
