body {
	background : #CFF;
	color : #000;
	margin : 10px;
	padding : 0px;
	border : 0px;
	font : 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

a {
	background-color : transparent;
	color : #339;
}

a:visited {
	background-color: transparent;
	color: #004;
}

a:hover {
	background: #CFF;
	color: #000;
}

div.topbar {
	padding: 3px;
	margin: 0px;
	border: 0px;
	background: #60C;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;
	text-align: right;
}

.topbar a {
	background-color: transparent;
	color: #CFF;
}

.topbar a:visited {
	background-color: transparent;
	color: #CFC;
}

.topbar a:hover {
	background: #CFF;
	color: #000;
}
div.content {
	border: 1px solid;
	width: 80%;
	background: #FFF;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content blockquote {
	border: 1px dashed;
	padding: 5px;
}

div.imageLeft {
	float: left; margin: 0px; margin-right: 0;
}

.ie5winhack, .center {
A	text-align: center;
}

div.imageCenter {
	margin: 0px auto;
	text-align: center;
}

div.bottombar {
	clear: right;
	padding: 3px;
	margin:0px auto;
	border: 0px;
	background: #60C;
	color: #FFF;
	font-size: 8pt;
	width:100%;
	text-align: center;
}

.bottombar a {
	background-color: transparent;
	color: #CFF;
}

.bottombar a:visited {
	background-color: transparent;
	color: #CFC;
}

.bottombar a:hover {
	background: #CFF;
	color: #000;
}
