/* ******************************************************************** */
/* Davis Foundation Global Style Sheet */
/* Version 1.0 02.03.04 */
/* Author: Digital Goat - www.digitalgoat.net*/
/* ******************************************************************** */
/* 
#cccc99 light green
#999966 dark green
#333333 body background dark gray

*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
}

/* various styles for specific objects */

.errorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC0033;
	font-weight:bold;
}

table.login {
	border: 1px #999966 solid;
	background-color:#cccc99;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}
