/**
 * OLD STYLES KEPT FOR BACKWARD COMPATIBILITY
 */
.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
}
.style1 {color: #FFFFFF}
.style2 {font-size: 9px}
.style9 {color: #003366}
.style3 {color: #000000}
.style4 {	font-size: 12px;
	font-weight: bold;
}
.style8 {font-size: 12px; font-weight: bold; color: #FFFFFF; }

/*******************************************************************************************
 * NEW STYLES USED BY THE TEMPLATE
 ******************************************************************************************/
body { 
	height:100%;
	background:#fff; 	
	margin:10px; 
	padding:0px; 
	color:#000; 
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 	
}

#container { 
	height:100%;
	background:#036; 
}
.headerBar { 
	background:#369; 
	height:24px; 
	text-align:center; 
	color:#fff;
}

.subHeader { 
	font-size:12px; 
	font-weight:bold; 
	color:#fff; 
	background:#369; 
	line-height:24px; 
	text-align:center;
	text-transform:uppercase;
}

.navigation {
/*	background:#993;*/
	margin:0px;
	padding:0px;
}

.mainArea {
	background:#ffc;
}

.copyright { 
	font-size:9px;
	text-align:center;
}

.citations {
	background:#fff; 
	font-weight:bold; 
	color:#000; 
	padding:10px; 
	text-align:center;
}