body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 		
	background-color: #FFFFFF;	
} 

.contentArea {
	width: 800px;
	background-color: #FFFFFF;
}

.headerTbl {
	width: 100%;	
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;	
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.settingsArea {
	border: 1px solid #DDDDDD;
	width: 100%;		
	cellspacing: none;	
	border-collapse: collapse;
}
.settingsArea td, th {
	padding: 2px;
	margin: 0px;
	border-collapse: collapse;
}
.settingsArea th {
	border: none;	
	background-color: #FFFFFF;
	color: #E60028;
	border-bottom: 1px solid #646464;
	font-size: 11px;
	font-weight: bold;	
}
.settingsArea td {
	text-align: center;
	padding-bottom: 20px;
}

.settingsArea th.height {	
}
.settingsArea td.height {	
}

.settingsArea th.width {	
}
.settingsArea td.width {	
}

.settingsArea th.intraday {	
}
.settingsArea td.intraday {	
	text-align: left;
}

.settingsArea th.fromDate {	
}
.settingsArea td.fromDate {	
}

.settingsArea th.toDate {	
}
.settingsArea td.toDate {	
}

.settingsArea th.listings {
	text-align: left;
	background-color: #FFFFFF;
	color: #E60028;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #646464;	
}
.settingsArea td.listingList {
	text-align: left;			
}

.settingsArea th.peersIndices {
	text-align: left;
	background-color: #FFFFFF;
	color: #E60028;
	font-size: 11px;
	font-weight: bold;	
}
.settingsArea td.peersIndicesList {
	text-align: left;			
}

.selectClass {
	font-size: 10px;
	width: 60px;
}
.inputClass {
	font-size: 10px;
	width: 100px;
	text-align: right;
}
.checkboxClass {	
} 
.checkboxlabelClass {
	padding-right: 30px;
}
.drawButton {
	background-color: #FFFFFF;
	color: #E60028;
	border: 1px solid #646464;
	font-weight: normal;
	font-size: 10px;
}
.printButton {
	background-color: #FFFFFF;
	color: #E60028;
	border: 1px solid #646464;
	font-weight: normal;
	font-size: 10px;
}

.imageClass {
	border: 1px solid #EAEAEA;
}
