@charset "UTF-8";
/* CSS Document */
p {
	font-family: "Gotham Book", Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
body {
	font-family: Gotham Book,Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	background-color: #FFCC00;
	color: #000000;
}
td {
	font-size: 10px;
}
