@charset "utf-8";
/* CSS Document */
h1 {
	background-color: #FFF;
	text-align: left;
	margin-bottom: 5px;
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
h2 {
	color: #333333;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: medium;
}
h3 {
	background-color: #FFFFFF;
	color: #FF0000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	border-spacing: 5px 5px;
}
p {
	margin: 0px;
	list-style-type: none;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: justify;
	padding: 5px;
}
table {
	margin: 0px;
	list-style-type: none;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: justify;
	padding: 5px;
}
