.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
}
TD.leftTable {
	background-color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
TD.centerTable {
	background-color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.TableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.TablesubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c9c9c9;
}
ul {
	list-style-image: url(../images/icon_dot.gif);
}
li {
	margin-left: -20px;
 	padding-left: 0px;
 	padding-bottom: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; */
	color: #CCCCCC;
	text-decoration: underline;
}
hr.e {border: none 0; 
	border-top: 1px dotted #FFFFFF;
	width: 100%;
	height: 1px;
	margin: 10px auto 5 0;
	text-align: left;
}

.Important
{
	display: block;
	border: solid 1px #000000;
	/* background-color: #FFFEC7; */
	background-color: #b0b0b0; /* */
	margin: 5px;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}

.Important a
{
	font-size: 1.0em;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}