/* CSS Document */
/* -------------------------------------------------- */
/* Basic page styles */
a:visited {
	color: #000099; text-decoration: none;
}
a:link {
	color: #000099; text-decoration: none;
}
a:hover {
	color: #32cd32; text-decoration: underline;
}
p, table, tr, td, span, font, b {
	font-size: 17px;
	font-family: "Calligraph421 BT", Garamond, Georgia;
}
.menu a:visited {
	color: #ffffff; text-decoration: none;
}
.menu a:link {
	color: #ffffff; text-decoration: none;
}
.menu a:hover {
	color: #90ee90; text-decoration: underline;
}
.footer a:visited {
	color: #ffffff; text-decoration: none;
}
.footer a:link {
	color: #ffffff; text-decoration: none;
}
.footer a:hover {
	color: #90ee90; text-decoration: underline;
}
.menu {
	color: white;
	font-size: 16px;
	font-family: "Calligraph421 BT";
	font-weight: bold;
}
body {
	margin: 25px 0px 25px 0px;
	background-color: #004000;
	background-image: url(../borders/countryspot-bg.gif);
	color: black;
	font-size: 17px;
	font-family: "Calligraph421 BT";
	font-style: normal;
	font-weight: normal;
}
h1, h3, h5 {
	color: #006400;
	font-weight: bold;
}
h2, h4, h6 {
	color: #8fbc8f;
	font-weight: bold;
}
h1 {
	font-size: 1.2em;
	font-family: "Rockwell Extra Bold";
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .9em;
}
h6 {
	font-size: .9em;
	color: #8b0000;
}
.page {
	padding: 35px 75px 35px 75px;
	vertical-align: top;
}
.footer {
	color: white;
	font-size: 16px;
	font-family: "Calligraph421 BT";
	font-weight: bold;
}