body {
    font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #550000;
}
  
h2 {
    font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
    font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}


a {
    font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

a:hover { color: red; }
a:link { color: navy; }
a:visited { color: navy; }


.formborder {
    border: 1px solid black;
}

td {
    font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #550000;
}

td.formprompt {
	background: #eeddcc;
}
td.forminput {
	background: #eeddcc;
}


td.evthead {
	background: #eeddcc;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td.evt {
	font-size: 8pt;
	background: #eeddcc;
	border-bottom: 1px solid #660000;
	padding: 4px;
}

td.evt2 {
	font-size: 8pt;
	background: #eeddcc;
	padding: 4px;
	border-bottom: 1px solid #bbbbbb;
}

td.evtbtn {
	font-size: 8pt;
	background: #eeddcc;
	border-bottom: 1px solid #660000;
	padding: 4px;
}


input.pbutton {
	color:#050;
	font-family:Verdana,helvetica,sans-serif;
	font-size:8pt;
	font-weight:normal;
	background-color:#fed;
	border: 1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}


div.evdesc {
	padding: 5px 10px 3px 20px;
}

div.maintitle {
    font-family: arial,helvetica,sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

li {
    margin-bottom: 5px;
}

