#list-menu {
width: 121px;
/* this width value is also effected by
the padding we will later set on the links. */
font-family: verdana, arial, sanf-serif;
font: small-caps 900 16px
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#list-menu li {
margin: 2px 0 0;
}
#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #993399;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #CCCCCC;
}
#list-menu a:hover {
border: 1px solid #000000;
background: #666666;
color: #ffffff;
}
#bottom {
border-top: 2px solid
}.maintables {
	border: thin solid #CCCCCC;
	margin: 1px;


}
.textheader, .textheader a:link, .textheader a:active, .textheader a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: underline;
}
.textheader a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	padding-left: 5px;
	text-decoration: none;

}
.text a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
.details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	padding-left: 15px;


}.emaillink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	text-decoration: underline;
	cursor: hand;

}.emaillink a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	text-decoration: underline;
	cursor: hand;

}
.history {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	padding-left: 5px;
	text-decoration: bold;
}
.reallybig {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #666666;
	padding-left: 5px;
	text-decoration: none;
}
.employeetext {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
	text-decoration: none;
}
