body {
	font: normal small arial,helvetica,sans-serif;
	}
a {
	color:#00A;
	text-decoration:none;
	}
a:visited {
	color:#800;
	text-decoration:none;
	}
a:active {
	color:#F00;
	text-decoration:none
	}
a:hover {
	color:#F00;
	text-decoration:underline
	}
.main {
	border:2px solid #32567D;
	padding:6px
	}
.titlebar {
	color:#FFF;
	background-color:#32567D;
	border-bottom:1px solid #FFF;
	font: normal large verdana,arial,helvetica,sans-serif;
	padding:5px
	}
.footbar {
	color:#FFF;
	background-color:#32567D;
	text-align:center;
	border-top:1px solid #FFF;
	font: normal x-small arial,helvetica,sans-serif
	}
.dropdown {
	color:#000;
	padding-left:6px;
	padding-right:6px;
	background-color:#EED;
	border:1px dashed #000
	}
.itemtitle {
	font-size:1.2em;
	font-weight:bold;
	}
