body {
	background-color: WhiteSmoke;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: Black;
	text-decoration: none;
}

#h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: Black;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 10px;
}

#h2 {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: Maroon;
	text-decoration: none;
	padding-top: 10px;
}

/* Link Button */
#a {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: White;
	background-color: SteelBlue;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 1px 7px 1px 7px;
	border: 1px solid Black;
}
#a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: White;
	background-color: Blue;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 1px 7px 1px 7px;
	border: 1px solid Black;
}
#a:active {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: White;
	background-color: Red;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 1px 7px 1px 7px;
	border: 1px solid Black;
}

/* Note */
#css06 {
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	font-style: italic;
	color: Black;
	text-decoration: none;
	background-color: LightBlue;
	background-image: -moz-linear-gradient(AliceBlue, LightBlue);
	background-image: -webkit-gradient(linear, 0%, 0%, 0%, 100%, from(AliceBlue), to(LightBlue));
	background-image: -webkit-linear-gradient(AliceBlue, LightBlue);
	background-image: -o-linear-gradient(AliceBlue, LightBlue);
	width: 600px;
	padding: 20px;
	margin-left: 50px;
	border: 2px solid DimGray;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* All years tables (same as GPstyle.css tables) */
#css07 {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
	background-color: White;
	text-decoration: none;
	line-height: 20px;
	border: 2px solid DimGray;
	border-spacing: 0px;
	border-collapse: collapse;
}
#css08 {
	text-align: center;
	color: Black;
	background-color: RosyBrown;
	font-weight: bold;
	width: 140;
	border: 2px solid DimGray;
}
#css09 {
	text-align: center;
	color: Black;
	background-color: RosyBrown;
	font-weight: bold;
	width: 45;
	border: 2px solid DimGray;
}
#css10 {
	text-align: center;
	color: Black;
	background-color: RosyBrown;
	font-weight: bold;
	width: 70;
	border: 2px solid DimGray;
}
#css11 {
	text-align: center;
	color: Black;
	background-color: RosyBrown;
	font-weight: bold;
	border: 2px solid DimGray;
}
td {
	text-align: center;
	color: black;
	padding: 3px;
	border: 2px solid DimGray;
}
#tx {
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: Black;
	text-decoration: none;
}
#search {
	background-color: Yellow;
}
#cr {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
	background-color: Yellow;
}
#ep {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: Black;
}