body, td {
	font-family: verdana;
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover{
	text-decoration: underline;
}

a:visited {
	color: blue;
}

input, select, textarea {
	background-color: #eeeeff;
	border: solid black 1px;
	font-family: verdana;
	font-size: 9pt;
}

.eventBox {
	background-color: #f6f6ff;
	border: dashed #333377 1px;
	font-family: verdana;
	font-size: 9pt;
	padding: 2px;
}

option {
	border: 0px;
}

div.autocomplete {  margin:0px;    padding:0px;    width:250px;  background:#fff;  border:1px solid #888;  position:absolute;}div.autocomplete ul {  margin:0px;  padding:0px;  list-style-type:none;}div.autocomplete ul li.selected {   background-color:#ffb;}div.autocomplete ul li {  margin:0;  padding:2px;  height:32px;  display:block;  list-style-type:none;  cursor:pointer;}

h2 { 
	font-size: 16px;
}

h3 { 
	font-size: 14px;
}

a img {
	border: none;
}
