body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #EEEEEE;
}
BUTTON1 {
	background-color: #FF0000;
	border: 1px solid #CC6600;
}
.test1 {
	background-color: #FF0000;
	border: 1px solid #6600FF;
	width: 250px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #990000;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.copy {
	font-size: 9pt;
	color: #990000;
}
P.Bold {
	font-weight: bolder;
	color: #990000;
	margin-bottom: 0px;
	margin-top: 12px;


}
P.Normal1 {
	margin-top: 0px;
}
TD.BDR {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
}
