body, table, td {
font-family:Verdana;
font-size:14px;
}

.error_message {
	color:#F00;
	font-weight:bold;
	font-size:115%;
	text-align:center;
}

/*
A:link {text-decoration:none} 
A:visited {text-decoration:none} 
*/

A:link, A:visited {
	color:#00F;
}

A:hover {
	text-decoration:none;
	color:#009;
}

A.upper_menu:link, A.upper_menu:visited {
	font-size:65%;
	font-weight:bold;
	font-family:Verdana;
	color:#FFF;
}	

A.upper_menu:active, A.upper_menu:hover {
	color:#00F;	
}

#bottom_menu  {	
	font-size:65%;	
	font-family:Verdana;
	color:#808080;
}

#bottom_menu A:link, #bottom_menu A:visited {
	/*font-size:65%;	*/
	font-family:Verdana;
	color:#808080;
}

#bottom_menu A:hover, #bottom_menu A:active {
	color:#333;
}

.admin_note {
	color:#F88;
	font-family:Courier;
	font-size:x-small;
}

div .alert {
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	margin: 4px;
	background-color: #CCCCCC;
}

.nonzero {
	font-weight:bold;
	color:#8B0000;
	font-size:16px;
}

.admin_menu {
	background:#EEE;
	font-size:14px;
}
