a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#copyright {
	font-size: 10px;
	color: #666666;
}

a.menu:link, a.menu:visited {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-style: solid;
	background-color: #B7B7FF;
	text-decoration: none;
}

a.menu:hover{
	display: block;
	padding: 3px 0px 3px 10px;
	color: #0000FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-style: solid;
	background-color: #DDDDFF;
	text-decoration: none;
}

a.menu:active{
	display: block;
	padding: 3px 0px 3px 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #7777FF;
	text-decoration: none;
	border-top-color: #999999;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #999999;
}

a.list:link, a.list:visited {
	display: block;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	color: #000000;
}

a.list:hover{
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}

a.list:active{
	display: block;
	padding: 3px;
}


tr.list:hover{
	display: block;
	padding: 3px 3px 3px 3px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FFCC00;
}


th.list {
	background: url(http://www.douglasma.org/cdd/permitx/images/bg_th.png) repeat-x;
	color: #333333;
}

th.list {
	padding: 3px 3px 3px 10px;
	text-align: left;
}

td.list {
	background: url(http://www.douglasma.org/cdd/permitx/images/bg_th.png) repeat-x;
	color: #333333;
}

td.list {
	padding: 3px 3px 3px 10px;
	text-align: left;
}


a span {
	display: none;
}

a:hover span {
	display: block;
   	position: absolute;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #FFFFCC; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	/* end formatting */
}


