a {
	color: white;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited  {
	text-decoration: none;
	color: #ffffff;
}

a:hover { 
	text-decoration: underline;
	color: #ffffff;
}

a.eleven {
	font-size: 11px;
	color: #ffffff;
}

a.eleven:visited  {
	text-decoration: none;
	color: #ffffff;
}

a.eleven:hover { 
	text-decoration: underline;
	color: #ffffff;
}

a.green {
	text-decoration: none;
	color: #148847;
}

a.green:visited  { 
	text-decoration: none;
	color: #148847;
}

a.green:hover {
	text-decoration: underline;
	color: #148847;
}

a.green11 {
	font-size: 11px;
	text-decoration: none;
	color: #148847;
}

a.green11:visited  { 
	text-decoration: none;
	color: #148847;
}

a.green11:hover {
	text-decoration: underline;
	color: #148847;
}
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.head {
	font-size: 16px;
	font-weight: bold;
	color: #148847;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #148847;
	text-align: right;
	padding-top: 20px;
}

.greentext {
	color: #148847;
}

hr {
	color: #F9D547;
	width: 70%;
	height: 1px;
}

hr.green {
	color: #148847;
	text-align: left;
}

.small {
	font-size: 10px;
}

.whitetext {
	color: white;
}

.WhiteSmall {
	color: white;
	font-size: 10px;
}

.eleven {
	font-size: 11px;
}

.HeadWhite {
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}
.ElevenItal {
	font-size: 11px;
	font-style: italic;
}

.ElevenItal {
	font-size: 11px;
	font-style: italic;
}

