body {
	background-color: #FFFFcc;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
html{
	scrollbar-face-color: #deefff;
	scrollbar-highlight-color: #eeefff;
	scrollbar-3dlight-color: #eeefff;
	scrollbar-darkshadow-color: #eeefff;
	scrollbar-shadow-color: #9cb6ff;
	scrollbar-arrow-color: #9cb6ff;
	scrollbar-track-color: #ffffcc;
}
a {
	font-size: 11px;
	color: #424B6D;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #424B6D;
}
a:hover {
	text-decoration: underline;
	color: #828BB3;
}
a:active {
	text-decoration: none;
	color: #848AB5;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424B6D; 
}
.content {
	font-size: 11px;
	color: #424B6D;
}
.db_errmsg {
	font-size: 14px;
	padding: 4px;
	margin: 10px;
	border: solid 1px red;
	background-color: #ffff88;
	color: red;
	text-align: center;
}
.adpException {
/*	
	padding: 4px;
	margin: 10px;
	border: solid 1px red;
	background-color: #ffff88;	
	text-align: center;
*/
	color: red;
}
.adpErrMsg{
	font-size: 11px;
}
.adpErrCode{
	white-space: nowrap;
	font-size: 10px;
}
.adpSysMsg{
	font-size: 10px;
}
