body{
	font-size:9pt;
	background-color: #FFFFFF;

}

.logonBg{
	background-image:url(66.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	height:478px;
}
.logonInputFlat{
	font-size:9pt;
	height:18px;
	border-left:1px solid #0061A3;
	border-top:1px solid #0061A3;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#B2D7EE;
	width: 120px;

}
.logonText{
	font-size:11pt;
	color:#ffffff;
	text-align:right;
	padding-right:12px;
}

.mainBg{
	background-image:url(mainBg.gif);
	background-attachment:fixed;
	background-position:right center;
	background-repeat: no-repeat;
}

.searchTable{
	border-left:1px solid #C0C0C0; 
	border-right:1px solid #C0C0C0; 
	border-bottom:1px solid #C0C0C0;
	padding:10px;
	font-size:9pt;
	text-indent:10px;
}
.searchTable_title{
	font-size:11pt;
	color:red;
	font-weight:bolder;
	background-color:#ffffff;
	padding-left:6px;
	padding-right:6px;
}
.searchTable_bg{
	background-image:url(searchTable_center_bg.gif);
	background-attachment:fixed;
	background-position:right center;
	background-repeat: repeat-x;
}
.inputFlat{
	font-size:9pt;
	height:18px;
	border-left:1px solid #84847B;
	border-top:1px solid #84847B;
	border-right:1px solid #C6C6C6;
	border-bottom:1px solid #C6C6C6;
}


.listTable{
	background-color:#C0C0C0;
}

.listThead{
	font-size:9pt;
	color:#fff;
	text-align:center;
	background-image:url(ListTable_head_bg.gif);
	background-repeat:repeat-x;
	background-attacment:fixed;
	height:23px;
}
.listRow{
	font-size:9pt;
	font-color:#000000;
	height:20px;
	background-color:#fff;
	padding-left:8px;
	padding-right:8px;
}
.listRowNumber{
	font-size:9pt;
	font-color:#000000;
	text-align:right;
	height:20px;
	background-color:#fff;
	padding-left:8px;
	padding-right:8px;	
}
.img{
	border:0;
}

.pageBottom{
	width:100%;
	align:right;
	padding-right:20px;
	font-size: 9pt;
}

.button{
	background-image:url(button.gif);
	background-repeat:norepeat;
	width:69px;
	height:22px;
	text-align:center;
	font-size:9pt;
	color:#000000;
}
.button_text{
	font-size: 9pt;
	color: #000000;
	FILTER: Glow(Color=#ffffff, Strength=2) ;
	WIDTH: 69px; 
	height:22px;
	padding-top:5px;
	letter-spacing: 3px;
}


a:link {
	text-decoration: none;	
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

