body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 16px; 
	color: #000000; 
	background-color: #FFFFFF 
}
h1 { 
	font-size: 18px; 
	font-weight: bolder; 
	line-height: 24px; 
	color: #000000; 
	background-color: #FFFFFF 
}
h2 { 
	font-size: 18px; 
	font-weight: bolder; 
	line-height: 24px; 
	color: #000000; 
	background-color: #FFFFFF 
}
p { 
	font-size: 12px; 
	line-height: 16px 
}
a { 
	font-size: 10px; 
	line-height: 14px 
}
th { 
	font-size: 12px; 
	line-height: 20px ; 
	font-weight: bold; 
	color: #004080; 
	background-color: #F0F0FF; 
	padding-right: 6px; 
	padding-left: 6px; 
	text-align: center; 
}
.even td { 
	font-size: 12px; 
	line-height: 20px ; 
	color: #000000; 
	background-color: #FFFFFF; 
	padding-right: 6px; 
	padding-left: 6px; 
}
.odd td { 
	font-size: 12px; 
	line-height: 20px ; 
	color: #000000; 
	background-color: #E9E9E9; 
	padding-right: 6px; 
	padding-left: 6px; 
}
.note { 
	font-size: 10px; 
	line-height: 12px; 
	color: #000000; 
	background-color: #FFFFFF 
}

