.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
}
.body2 {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: none;
}
td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.whitecopy {
	color: #FFFFFF;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.error {
	font-weight: bold;
	color: #FF0000;	
}