body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

h3 {
	background-color: #FFFFCC;
	border-bottom: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	color: #000000;
	font-size: 120%;
}

.counter {
	color: #CCCCCC;
	font-size: xx-small;
}

.list1 {
	line-height: 120%;
	list-style: square;
}

.notice, .notice1, .notice2, .notice3 {
	color: #FF0000;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

.notice1 {
	font-weight: normal;
}

.notice2, .notice3 {
	color: #000000;
}

.notice3 {
	font-size: medium;
	font-weight: normal;
}

.notice4 {
	color: #FF0000;
	text-align: center;
	font-weight: normal;
}

.notice5 {
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.subtitle {
	font-size: small;
	font-weight: bold;
}

.title {
	font-size: large;
	font-weight: bold;
}

#list-menu {
	width: 140px;
}

#list-menu a {
	background: #CCCC66;
	border: 1px solid #000000;
	display: block;
	font-size: 90%;
	padding: 4px 2px 4px 8px;
	text-decoration: none; /*lets remove the link underlines*/
	width: 140px;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}

#list-menu a:hover {
	background: #660000;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#list-menu li {
	margin: 2px 0 0;
}

#list-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
