@charset "utf-8";
body {
	background-image: url(../images/Background.jpg);
	background-repeat: repeat;
	margin-left: 5px;
	margin-right: 5px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Broadway, Castellar, Times New Roman, serif;
	text-align: center;
}
.nav_td {
	font-family: Broadway, Castellar, "Times New Roman", serif;
	font-size: 18px;
	border-top-color: #FFFFFF;
	border-left-color: #ECE9D8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #339999;
}
a:active {
	text-decoration: none;
	color: #339999;
}

