html, body {
	margin:0px;
	padding:0px;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;

	background-color:#cccccc;
}
body {
  text-align: center;
}
body,td,th {
	font-family:Copperplate Gothic Light, Copperplate Gothic, Copperplate Light, Copperplate, Times New Roman, Times, serif;
}
#container {
  margin:0px;
  text-align: left;
  background-color:#FFFFFF;
} 
td {
	font-family:Copperplate Gothic Light, Copperplate Gothic, Copperplate Light, Copperplate, Times New Roman, Times, serif;
	font-size: 14px;
	line-height:140%;
	font-style: normal;
	color: #555555;
}
th {
	font-family:Copperplate Gothic Light, Copperplate Gothic, Copperplate Light, Copperplate, Times New Roman, Times, serif;
	font-size: 14px;
	line-height:140%;
	font-style: normal;
	color: #555555;
}
h1 {
	font-size: 24px;
	color: #666666;
}
h3 {
	font-size: 18px;
	color: #555555;
	text-align:left;
}
p {
	font-family:Copperplate Gothic Light, Copperplate Gothic, Copperplate Light, Copperplate, Times New Roman, Times, serif;
	font-size: 14px;
	line-height:140%;
	font-style: normal;
	color: #333333;
	text-align:justify;
}
li {
	font-family:Copperplate Gothic Light, Copperplate Gothic, Copperplate Light, Copperplate, Times New Roman, Times, serif;
	font-size: 14px;
	line-height:140%;
	color: #0033CC;
	list-style: url(none.html) none outside;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
}
.menublock {
	margin:0px;
	padding:0px;
	width:0px;
	height:0px;
	display:none;
}
.themenu {
	margin:0px;
	padding:0px;
	width:0px;
	height:0px;
	display:none;
}
.maindiv {
	background-color:#FFFFFF; 
	width:950px; 
	height:100%;
}
.topheader {
	width:950px; 
	margin:0px; 
	padding:0px; 
	background-color:#ffffff;
}
.bottomfooter {
	margin:0px; 
	padding:0px; 
	width:0px;
	height:0px;
	display:none;
}
.centraldiv {
	width:500px; 
	background-color:#ffffff; 
	height:100%;
	border: 1px solid #0066CC;
}
ul {
	text-align:left;
	text-indent: 0px;
	white-space: normal;
	list-style: square inside;
}
ol {
	text-align:left;
	text-indent: 0px;
	white-space: normal;
	list-style: disc url(none.html) outside;
}
.dontprint
{
	width:0px;
	height:0px;
	display:none;
}