a  {
	color : #1F5419;
	text-decoration : none;
	font-weight : bold;
	font-style: normal;
}
a:hover  {
	color : #1F5419;
	text-decoration : underline;
}
a.white  {
	color : #ffffff;
	text-decoration : none;
	font-weight : normal;
	font-style: normal;
}
a.white:hover {
	color : #ffffff;
	text-decoration : underline;
}
a.light {
	color : #69BC78;
	text-decoration : none;
	font-weight : bold;
	font-style: normal;
}
a.light:hover {
	color : #69BC78;
	text-decoration : underline;
}
a.lightmenu {
	color : #69BC78;
	text-decoration : none;
	font-weight : normal;
	font-style: normal;
}
a.lightmenu:hover {
	color : #69BC78 ;
	text-decoration : underline;
}
a.nobold  {
	text-decoration : none;
	font-weight : normal;
	font-style: normal;
}
a.nobold:hover  {
	text-decoration : underline;
}


body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #1F5419;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.toplight {
	font-family : Arial, Helvetica, sans-serif;
	color : #69BC78;
	font-size : 11px;
}
td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #1F5419;
}
td.header  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #69BC78;
	font-weight : bold;
	background-color : #1F5419;
}
input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #1F5419;
	}
select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #1F5419;
	}
textarea {
	color : #1F5419;
	}