@charset "utf-8";
/* CSS Document */
p {
	font-family: Verndana, san-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}
p2 {
	font-family: Verndana, san-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}
.bold {
	font-family: verdana, san-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #39141A;
	text-decoration: none;
	background-color: #CCC;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #39141A;
	text-decoration: none;
	background-color: #A9AEE8;
	display: block;
	padding: 8px;
	width: 140px;
}
.header1 {
	font-family: Verdana, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
body {
	background-image: url(images/website_background.gif);
}
a:link {
	color: #903;
}
a:visited {
	color: #006;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
border {
	border-color: #000;
	border-style: solid;
	border-width: medium;