html,
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
li,
ul {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: 006600;
}
body {
	background-color: #ECECD3;
	text-align: center;
}

.sidebarL {
	background-attachment: scroll;
	background-image: url(sideshadowL.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 50px;
}
.sidebarR {
	background-attachment: scroll;
	background-image: url(sideshadowR.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 50px;
}
b {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a:link,
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
bottomlink:link {
	font-size: 8px;
}
