@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../images/Decoration/bk1.jpg);
	background-repeat:repeat;
	color: #FFFFFF;
	
	margin: 0; 
	padding-top: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	text-align: center;
}

.loginForm {
	text-align: right;
	padding: 5px 10px 5px 5px; 
	background-color: #cccccc; 
	color: #1590d3; 
	font-size: 10px; 
	border: 1px solid #1590d3;
	margin-bottom: 0;
	vertical-align: middle;
}

.loginFormField {
	height: 12px; 
	font-size: 10px; 
	width: 10em;
	vertical-align: middle;
}

.mainTable {
	width: 950px;
	background-color: #ffffff;
	color: #000000;
	
}

.headerArea {
	border-top: 5px solid #1590d3;
}

.contentArea {
	width: 634px;
	vertical-align: top;

}

.featureArea {
	width: 316px;
	vertical-align: top;
	
}

.footerArea {
	width: 950px;
	height: 40px;
	border-top: 5px solid #1590d3;
	text-align: center;
	
}

.logoCell {
	padding: 5px 0 0 10px;
	width: 400px;
	text-align: left;
}

.navCell {
	padding: 15px 15px 10px 15px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}

.barCell { 
	vertical-align: top;
}

.footerArea a {	
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 3px 0 3px;
}

.footerArea a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 3px 0 3px;
}

.footerArea a:hover {
	color: #e78023;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 3px 0 3px;
}

.footerAreaText {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 3px 0 3px;
}