font,td,th,p,b,div,span,input,textarea,select {
	font-family         : verdana, helvetica, arial;
	color               : #333366;
	font-size           : 10px;
}
.black {
	font-family         : verdana, helvetica, arial;
	color               : #000000;
	font-size           : 10px;
}
.white {
	font-family         : verdana, helvetica, arial;
	color               : #ffffff;
	font-size           : 10px;
}
.green {
	font-family         : verdana, helvetica, arial;
	color               : #339933;
	font-size           : 10px;
}
body {	
	linkcolor           : #339933;
	alinkcolor          : #00cc00;
	vlinkcolor          : #339933;
}
a:link, a:visited {
	color               : #339933;
}
a:hover, a:active  {
	color               : #00cc00;
}
ul {
	padding-left        : 24px;
	margin              : 0px;
	list-style-image    : url(/site/images/list.gif);
}
ol {
	padding-left        : 24px;
	margin              : 0px;
}
li {
	margin              : 0px;
}
a.menu, a.menu:link, a.menu:visited {
	color               : #ffffff;
	text-decoration     : none;
	font-weight         : bold;
}
a.menu:hover, a.menu:active {
	color               : #00cc00;
	text-decoration     : none;
	font-weight         : bold;
}
td.white {
	color               : #333366;
	background          : #ffffff;
}
td.green {
	color               : #ffffff;
	background          : #00cc00;
}
div.title {
	color               : #ffffff;
	background          : #00cc00;
	padding             : 3px;
	font-weight         : bold;
}
span.image {
	float               : left;
	padding-right       : 6px;
	padding-bottom      : 6px;
}
