/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #CC6600;
	font-weight: bold;
}
a:link {
	color: #4F82C4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F82C4;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #E87400;
}
.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F82C4;
}
a.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
}
a.left:link {
	color: #4F82C4;
	text-decoration: none;
	font-weight: bold;
}
a.left:visited {
	text-decoration: none;
	color: #4F82C4;
	font-weight: bold;
}
a.left:hover {
	text-decoration: underline;
	color: #CC6600;
	font-weight: bold;
}
a.left:active {
	text-decoration: none;
	color: #E87400;
	font-weight: bold;
}