@charset "UTF-8";
body {
	background-color: #CCCCCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .05em;
	color: #003366;
}
.legaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #003366;
	letter-spacing: .25em;
	text-align: center;
	font-style: italic;
	padding-top: 5px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
#leftcol a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcol a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
link {
	color: #003366;
}
#centercol a:link {
	color: #003366;
}
#centercol  a:visited {
	color: #003366;
}

