@charset "utf-8";
body,td,th {
	font-size: 12px;
	color: #00F;
}
#top tr {
	background-color: #00F;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #00F;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #00F;
}
a:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.print_Bold {
	font-weight: bold;
}
.print_Italic {
	font-style: italic;
	font-weight: normal;
}
.print_9_Italic {
	font-size: 9px;
	font-style: italic;
}
.print_9 {
	font-size: 9px;
}
.print_9_yellow_BG {
	font-size: 9px;
	background-color: #FF0;
}
.print_9_red {
	font-size: 9px;
	font-style: italic;
	color: #F00;
}
.print_9_Italic_red {
	font-size: 9px;
	font-style: italic;
	color: #F00;
}
.print_10_B_I {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.print_B_I {
	font-style: italic;
	font-weight: bold;
}
.print_12_B_I {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.print_14_B_I {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.print_14_red_B_I {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
.print_red {
	color: #F00;
}
.print_red_B_I {
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
.print_green {
	color: #090;
}
.orange_print {
	color: #F90;
}
.yellow_BG {
	background-color: #FF0;
}
.blue_BG {
	background-color: #00F;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.BG_red {
	background-color: #F00;
}
.BG_green {
	background-color: #3C0;
}
.BG_orange {
	background-color: #F60;
}
.BG_yellow {
	background-color: #FF0;
}

