@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
.table_head {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 5px;
	background-color: #EEEEEE;
}
.menu_on {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 5px;
	width: 150px;
	border-top: 2px solid #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #EEEEEE;
}
.menu_on a {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.menu_on a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.menu_on a:active {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.menu {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 5px;
	width: 150px;
	border-top: 2px solid #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu a {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.menu a:hover {
	color: #990000;
	text-decoration: underline;
}
.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cat_description {
	text-align: center;
	margin: 5px;
	padding: 5px;
}
.copyright_bar {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8C0019;
	margin: 0px; 
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
	font-weight: bold;
}
.copyright_bar a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright_bar a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright_bar a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #8C0019;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a {
	color: #8C0019;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #8C0019;
	text-decoration: none;
}
