/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #800000;
	font-weight: bold;
}
.subtitle {
	font-size: 18px;
	color: #800000;
	font-weight: bold;
}
.caption {
	color: #800000;
	font-style: italic;
	font-size: 16px;
}
.event {
	border: double medium #880000;
	padding: 20px 20px 20px 20px;
}
.highlight {
	font-size: 12px;
	color: #800000;
	font-weight: bold;
}
.header {
	background-color: #D6D9A0;
	color: #800000;
	font-weight: bold;
	font-size: 18px;
} 
a {
	color: #880000;
	text-decoration: underline;
}
#popitmenu{
position: absolute;
background-color: #CCCC99;
border:1px solid black;
font: normal 11px Verdana;
line-height: 18px;
z-index: 1;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #999966;
}