body {
	margin: 0px 0px 0px 0px;
}

.contentArea {
	width: 160px;
	background-color: #EFF4FA;
}

.IRTable {
	text-align: left; 
	vertical-align: top;	
	font-family: Arial;
	width: 100%;
}
.IRTable th {
	background-color: #FFFFFF;
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;	
	text-align: left;
	padding: 1px 2px 1px 2px;
}
.IRTable td {
	background-color: #C7E1F0;
	color: #000000;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
}
.IRTable td.topInfo {
	font-weight: bold;
	background-color: #447EA4;
	color: #FFFFFF;
}
.IRTable td.period {
	background-color: #FFFFFF;
	text-align: center;
}
A:LINK { 	
	color : #074D95; 
	font-weight: normal; 
	text-decoration: underline; 
} 
A:VISITED { 	
	color : #074D95; 
	font-weight: normal; 
	text-decoration: underline; 
} 
A:HOVER { 	
	color : #074D95; 
	font-weight: normal; 
	text-decoration: underline; 
} 
