body {
 	margin: 0px;
	background-color: #FFFFFF;
}

p, td, .defaultText {
	font-family: arial;
	font-size: 11px;
        color: #006940;
}


.boldtext {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}

a:active {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}

a:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none
}



a.nonselected:link {
	font-family: arial;
	font-size: 11px;
	color: #A9B696;
	font-weight: bold;
	text-decoration: none
}
a.nonselected:active {
	font-family: arial;
	font-size: 11px;
	color: #A9B696;
	font-weight: bold;
	text-decoration: none
}
a.nonselected:visited {
	font-family: arial;
	font-size: 11px;
	color: #A9B696;
	font-weight: bold;
	text-decoration: none
}
a.nonselected:hover {
	font-family: arial;
	font-size: 11px;
	color: #475D28;
	font-weight: bold;
	text-decoration: none
}
