body {
	margin: 0px;
	background-color: #000000;
	overflow: auto;
	scrollbar-track-color : #FAFAFA;
	scrollbar-arrow-color : #666666;
	scrollbar-3dlight-color : #CCCCCC;
	scrollbar-darkshadow-color : #CCCCCC;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
}
a {
	text-decoration: none;
	color: #666666;

}
a:hover {
	text-decoration: underline;
	color: #666666;

}
hr {
	color: #CCCCCC;
	height: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	letter-spacing: 1px;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	letter-spacing: 1px;


}
.small {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: normal;
}
form {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #CCCCCC;
	border-style: inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	letter-spacing: 1px;

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #CCCCCC;
	border-style: inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	letter-spacing: 1px;

}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #CCCCCC;
	border-style: inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	letter-spacing: 1px;

}
.header {
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #00527B;

}
.formInput {
	width: 250px;
	border: 1px solid #CCCCCC;
	height: 20px;
	padding: 2px 2px 2px 5px;


}
.formField {
	width: 250px;
	border: 1px solid #CCCCCC;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;

}
.px65 {
	width: 65px;
}
.px140 {  
	width: 140px;
}
.px100 {
	width: 100px;
}
.px210 {
	width: 210px;
}
.overFlow {
	height: 381px;
	width: 383px;
	overflow: auto;
}
.fadeObj {
	filter: alpha(opacity=0);
	width:100%;
	height:100%;	
}
.tbalpha {
	filter: Alpha(Opacity=50);
}