body {
	margin: 0;
	padding: 0;
	background-color: #ecf3dd;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12pt;
	color: #444444;
}
table {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 11pt;
	padding: 0px;
}
.mod01_table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 680px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
.mod01_table_left {
	vertical-align: top;
	width: 55%;
	table-layout: fixed;
	font-family: "Trebuchet MS",sans-serif ;
	font-size: 11pt;
}
.mod01_table_right {
	vertical-align: top;
	width: 55%;
	table-layout: fixed;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 11px;
}

.mod02_table {
	border-collapse: collapse;
	table-layout: auto;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	padding: 0px;
}
.mod02_table_row0
{
	BACKGROUND-COLOR: #ecf3dd;
	height: 28px;
}
.mod02_table_row1
{
	BACKGROUND-COLOR: #ECF3D7;
	height: 28px;
}
.mod02_table_cell
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	white-space: nowrap;
	padding: 4px;
}
.mod02_table_cell_right-border
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C0C0C0;
	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: "Trebuchet MS", sans-serif;
	font-size: 11pt;
}
.link_table {
	border-collapse: collapse;
	width: 650px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
.link_table_cell
{
	white-space: nowrap;
	padding: 2px;
}
A:link {
	text-decoration: none;
	color: #444444;
}
A:active {
	text-decoration: none;
	color: #444444;
}
A:visited {
	text-decoration: none;
	color: #444444;
}
A:hover {
	text-decoration: underline;
	color: #333333;
}
