/* The generic layout classes */
BODY {
	background-color:#1A1E70;
}
TABLE {
	
}

DIV.main {
	background-image:url(../images/image_bg_581_436.jpg);
	background-repeat:repeat;
	position:absolute; 
	left:100px; 
	top:34px; 
	width:500px; 
	height:400px;
}
DIV.header {
	position:absolute; 
	left:20px; 
	top:10px; 
	width:450px; 
	height:75px;
}

DIV.content {
	position:absolute; 
	left:20px; 
	top:90px; 
	width:400px; 
	height:300px;
}
DIV.accountInformation {
	position: absolute;
	left:10px; 
	top:0px; 
	width:400px; 
	height:200px;
	z-index:3;
}

DIV.contentPROVISION {
	position:absolute; 
	left:20px; 
	top:90px; 
	width:400px; 
	height:300px;
}

/* text formatting classes */
.title, .field, .message, .tableTitle,.tableData, .pass, .fail, .notApplicable, .error {
	color:#FFFFFF;
	font-size: 18px;
	font-family:bell centennial;
}
.title {
	font-size:24px;
	font-weight:bold;
}
.pass {
	background-color:#00FF00;
	color:#000000;
}
.fail {
	background-color:#FF0000;
	color:#FFFFFF;
}
.tableData {
	background-color:#003399 ;
	color:#FFFF00
}
.error {
	color:#FF0000;
}
/* input field formatting classes */
INPUT.text {
	background-color:#E1E8FA;
	font-weight:bolder;
	font-size:18px;
	font-family:bell centennial;
}
INPUT.password {
	background-color:#E1E8FA;
	font-weight:bolder;
	font-size:18px;
	font-family:bell centennial;
}
INPUT.button {
	background-color: #FFFF00;
	border-color: #EFEFEF;
	color: blue;
	font-family:bell centennial;
	font-size: 16px;
	text-align: center;
}
