@charset "utf-8";
.style1 {
	font-family: "Courier New", Courier, monospace
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #996633;
}
.subpage_hdr {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}


.navigation_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #996633;
	text-decoration: none;
}	

.subpage_lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #996633;
	text-decoration: none;
}	


.subpage_content {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.subpage_lnk_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #996633;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.style4 {
	font-size: small;
	color: #000000;
	text-decoration: none;
}




body {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}

#main .ft_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #B91301;
}
#main .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #663300;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
