@charset "utf-8";
h1 {
    font-size: 30px;
    font-family: Arial, Helvetica, "sans-serif";
    padding: 5px;
    color: #FFFFFF;
    background-color: #9e1d20;
}
.topichead {
    font-family: Arial, Helvetica, "sans-serif";
    padding: 5px;
	background-color: #E8E8E8;
	color: #000000;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 7px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	padding-bottom: 5px;
	font-size: 18px;
}
.main {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 14px;
    font-weight: 100;
}
.warning {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 16px;
    font-weight: 100;
	color: #DB0003;
}
.menu_bold {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 14px;
    font-weight: 800;
	padding-left: 20px;
	color: #730001;
}
.menu_norm {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 14px;
    font-weight: 100;
	padding-left: 20px;
}
.header {
	font-family: Arial, Helvetica, "sans-serif";
	background-color: #9e1d20;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	font-size: 24px;
}
.footnote {
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	font-size: 12px;
}
.linktext {
	font-family: Arial, Helvetica, "sans-serif";
    font-size: 14px;
    font-weight: bold;
	color: #000000;
}
.nolink {
	font-family: Arial, Helvetica, "sans-serif";
    font-size: 14px;
    font-weight: bold;
	color: #A1A1A1;
}
.tabletitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
	color: #000000;
}
.tablelist {
	padding: 3px;
	border-collapse: collapse;
}
a {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}
a:hover {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
table {
	}
tr {
	border-bottom: 1px solid #9C9C9C;
}


