
/*  lue used in rollovers is #333399 */
/*  a5a5a5 is the old background gray color used */


body {
	background-color: #ffffff
}

a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #009900;
}

.reg-text {
    font-family: verdana, arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

.largetext {
 	font-family: verdana, arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
.smalltext {
    font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}

.header3 {
    font-family: georgia, times new roman;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}

.header3green {
    font-family: georgia, times new roman;
	font-size: 14px;
	color: #336600;
	text-decoration: none;
	}	

.header2 {
	font-family: georgia, time new roman;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	}

.header1 {
	font-family: georgia, times new roman;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	}