body {
	background: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0;
	padding: 0;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
}
.mod01_table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 650px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFD700;
}
.mod01_table_left {
	vertical-align: top;
	width: 55%;
	table-layout: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 10pt;
}
.mod01_table_right {
	vertical-align: top;
	width: 55%;
	table-layout: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mod02_table {
	border-collapse: collapse;
	table-layout: auto;
	width: 650px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFD700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.mod02_table_row0
{
   BACKGROUND-COLOR: #fffff0;
	height: 28px;
}
.mod02_table_row1
{
	BACKGROUND-COLOR: #ffffe0;
	height: 28px;
}
.mod02_table_cell
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD700;
	white-space: nowrap;
	padding: 4px;
}
.mod02_table_cell_right-border
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD700;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFD700;
	white-space: nowrap;
	padding: 4px;
}

.polbox1 {
	background: #CCFFCC;
	width: 60px;
	text-align: center;
}
.polbox2 {
	background: #FFFF99;
	width: 60px;
	text-align: center;
}
.polbox3 {
	background: #FFCCCC;
	width: 60px;
	text-align: center;
}

.link_mnu {
	background: #FFD700;
	text-align: center;
	border: thin outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font: normal;
}
.link_table {
	border-collapse: collapse;
	width: 650px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFD700;
}
.link_table_cell
{
	white-space: nowrap;
	padding: 2px;
}

A:link {
	color: blue;
	text-decoration: none;
}
A:active {
	color: red;
	text-decoration: none;
}
A:visited {
	color: blue;
	text-decoration: none;
}
A:hover {
	color: red;
	text-decoration: none;
}
.backcontent {
	background: #FFD700;
	font-size: 10pt;
	font-weight: bold;
}
