@charset "utf-8";
/* CSS Document */
body {
	background-color:#EFEFEF;
	padding: 20px;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	border: 1px solid #CCC;
	padding: 10px 30px;
	line-height: 140%;
	color: #333;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0066CC;
}

h1 {
	color: #0066CC;
	margin: 35px 0;
	font-size: 36px;
}

h2 {
	font-size: 17px;
	color: #000;
	margin-top: 25px;
	margin-bottom: 0px;
}

p {
	font-size: 12px;
}

a {
	font-weight: bold;
}

table p,
table td {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

table tr.head td,
table th {
	background-color: #CCC;
	font-size: 12px;
}
table tr.row1 td {
	background-color: #EFEFEF;
}
table tr.row2 td {
	background-color: #EEE;
}
