/* CSS Document */

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.menuheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.links{font-family: Verdana, Arial, Helvetica, sans-serif;;color: #000;}
A{font-family: Verdana, Arial, Helvetica, sans-serif;;color: #000;}
A:hover{font-family: Verdana, Arial, Helvetica, sans-serif;color:#808080;}

/* This was a suspciciously short CSS file for a website -- it almost
* makes one think that the site must be full of tables, font tags,
* align atributes, tables within those tables and other such uggliness
* */

ul.traffic {
	margin-left: 3em;
	margin-right: 3em;
	padding-left: 0;
	list-style: none;
}

.traffic li {
	border-top: 1px solid #003366;
	padding: 9px 0px;
}

.traffic li a:link {
	text-decoration: none;
}

.calender li {
	list-style: none; 
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 2em;
	border-bottom: 1px solid #006600;
	font-weight: bold;
	text-align: center;
	padding-left: 0;
}

.calender li ul {
	list-style: disc;
}

.calender li ul li {
/*	list-style: disc;
	list-style-image: url(logovs.gif); */   image removed.
	list-style: none;
	border-bottom: none;
	text-align: left;
	font-weight: normal;
	padding-top: 0.2em;
	padding-left: 0;
}

ul.bigactions {
	font-size: large;
}