@charset "utf-8";
/* CSS Document */

table {
	border-collapse: collapse;
	margin: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 20px;
}
td {
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 25px;
}
td.first,th.first {
	border-left: 0px;
	height: 25px;
}
tr.row-a {
	background: #D6DAF6;
	height: 25px;
}
tr.row-b {
	background: #EFEFEF;	
	height: 25px;
}
.style8 {font-family: "Times New Roman", Times, serif; font-size: 24px; font-style: italic; color: #666666; }
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}
.style11 {font-family: "Times New Roman", Times, serif; font-size: 21px; font-style: italic; color: #666666; }
