BODY{
    CURSOR: default;
    FONT-FAMILY: Arial;
    FONT-SIZE: 13;
	background : #F6F9FB;
	margin : 0px 0px 0px 0px;
}
TABLE{
    FONT-SIZE: 100%
}
.Show{
	DISPLAY: block;
}
.Hide{
	DISPLAY: none;
}
	
.pageNum{
	color : #3F4852;
	font-size : 11px;
	font-weight : normal;
	cursor: hand;
}
.pageNumSelected{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	cursor: hand;
}
				
					
INPUT.chkBox{
	border: none;
}
INPUT,TEXTAREA {
	border : 1px solid #5D7D99;
	background : #F7FBFF;
	color : #003063;
}
INPUT.btnForm {
	background : #84B2DE;
	color : #F7FBFF;
	FONT-SIZE: 12px;
}
INPUT.btnFormGray {
	background : #D6D3CE;
	color : #000000;
	FONT-SIZE: 12px;
}
.clsMsg{
	color: #E74518;
	FONT-SIZE: 12px;
}
.clsInstract{
	color: #004080;
	FONT-SIZE: 14px;
	font-weight : bolder;
}
.mustFields{
	color: #E74518;
}

.msg{
	border : 0px solid #E4451A;
	color: #E4451A;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : 3px;
	width: 400px;
}
.msgClose{
	border : 1px solid #E4451A;
	color: #E4451A;
	font-size : 10px;
	text-decoration : none;
	cursor: hand;
	padding-right : 3px;
	padding-left : 3px;
	width: 10px;
	height: 10px;
}

