body {
	background-color:#ffffff;
}
h1 {
	font-family:"Verdana";
	font-size:18px;
}
h2 {
	font-family:"Verdana";
	font-size:14px;
	color: #003399;
}
p {
	font-family:"Verdana";
	font-size:14px;
}
p.disclaimer {
	font-family:"Verdana";
	font-size:10px;
	color: #7c7c7c;
}
li {
	font-family:"Verdana";
	font-size:14px;
	padding:2px 2px;
}
img {
	border-style:none;
}
a:link {
	background : transparent;
	text-decoration : none;
	color: #0000ff;
}
a:visited, a:active {
	background : transparent;
	text-decoration : none;
	color: #0066c0;
}
a:hover {
	background : transparent;
	text-decoration : none;
	color: #50c0e0;
}
.content {
	margin: 0 auto;
	width: 800px;
}
.center {
	text-align: center;
}



