/* Body */
body {
	font-family: verdana
	}

td {color:#330000; font-size: 12px; font-family: verdana}	

.ctable {
	}

.heading {
	color: FFFFFF;
	font-weight: bold;
	}
	

.copy {
	font-size: x-small;
	margin-left: 5px;
	}	
	
.minilink {
	font-size: smaller;
	font-weight: bold;
	margin-left: 10px;
	}

/* Links 
a:link {color: #0000CC; text-decoration: none; }
a:active {color: #FF6614; text-decoration: none; }
a:visited {color: #0000CC; text-decoration: none; }
a:hover {color: #993300; text-decoration: none; }
*/


/* buttons */

input {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 2px;
	background-color:f6f6f5;
}

/*.button  {
font-size : 12px;
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
width: 110px;
}
.small_button  {
font-size : 9px;
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
width: 50px;
height: 18px;
}
*/
div.err {color: #CC3300; 
	text-decoration: none
}
	
/* nav stuff */
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFFDDC;
border: 2px solid #FFFDDC;
}

.hovermenu ul li a:hover{
background-color: silver;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}