body {
	background-color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}
table.top {
	background-image: url(bg_top.gif);
	background-repeat: repeat-x;
	width: 100%;
}
img {
	border: 0;
}
td.left {
	background-color: #4097c3;
	background-image: url(bg_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}
td.right {
	background-color: #4097c3;
	background-image: url(bg_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}
td.leftnav {
	background-image: url(lnav_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-family: "TrebuchetMS", Tahoma, Verdana;
	padding-left: 15px;
}
td.newsItem {
	background-image: url(news_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 90%;
	color: #fff;
}
a.nav {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.nav:visited {
	color: #ddd;
}
a.nav:hover {
	color: #fff;
}
a.newsLink {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
a.newsLink:visited {
	color: #ddd;
}
a.newsLink:hover {
	color: #fff;
}
h1 {
	font-family: "TrebuchetMS", Tahoma, Verdana;
	font-size: 120%;
	font-weight: normal;
	margin: 3px 0px;
	color: #000;	
}
h2 {
	font-family: "TrebuchetMS", Tahoma, Verdana;
	font-size: 100%;
	font-weight: bold;
	color: #39c;	
}
h1.news {
	font-family: "TrebuchetMS", Tahoma, Verdana;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}
h1.pages {
	font-family: "TrebuchetMS", Tahoma, Verdana;
	font-size: 140%;
	font-weight: normal;
	margin: 3px 0px;
	color: #000;	
}
p {
	text-align: justify;
	font-size: 90%;
}
p.description {
	font-size: 90%;
	margin: 0px;
}
.debug {
	border: 1px solid #f00;
}
span {
	font-size: 90%;
}
div.signature {
	font-style: italic;
	font-weight: bold;
}
div.imageSignature {
	font-style: italic;
	text-align: center;
	width: 100%;
	font-size: 70%;
}
ul {
	font-size: 11px;
	list-style: disk;
}