.listhoverover {background-color: #dddddd;}
.listhoverout {background-color: #ffffff;}

input.buttons {
	background: #dddddd;
	color: black;
	border: 0px solid #000000;

	}
	
input.boxes {
	background: #eeeeee;
	color: black;
	border: 1px solid #000000;
	
	}
	
a:link { text-decoration: none;
}
a:visited { text-decoration: none;
color: blue;
}
a:hover { text-decoration: underline;
}

#z:link { text-decoration: none;
color: #336699;
}
#z:visited { text-decoration: none;
color: #336699;
}
#z:hover { text-decoration: underline;
}

a.header, a.header:visited {text-decoration: none;
color: #ffffff;}
a.header:hover {text-decoration: underline;
color: #ffffff;}

a.menu {text-align: left;
text-decoration: none;
font-family: arial;
font-weight: bold;
font-size:12px;
color: #336699;
}

a.menu:visited {color: #336699;
}

a.menu:hover {text-decoration: none;
color: #25567F;}

.over {background-color: #ccd7e2;}
.out {background-color: #99B2CC;}

a.menulink {
display: block;
width: 138px;
text-align: left;
text-decoration: none;
font-family: arial;
font-weight: bold;
font-size:12px;
color: #336699;
BORDER: none;
border: solid 1px #99b2cc;
padding:1px 7px;
}

a.menulink:hover {
text-decoration: none;
color: 25567F;
border: solid 1px #25567F;
background-color:#ccd7e2;
padding:1px 7px;
}

.error {text-decoration: none;
			color: red;
			font-weight: bold;
			font-size: .75em;
			}