a:link{
color: #f0d8f0;
text-decoration: none;
}

a:visited{
color: #f0d8f0;
text-decoration: none;

}

a:hover{
color: #ffffff;
text-decoration: underline;
}

a:active{
color: #f0d8f0;
text-decoration: none;

}

body {
background-color: #f0d8d0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #005500;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; line-height: 10px;
	color: #005500;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; line-height: 10px;
	color: #ffffff;
}

.menu {
	font-family: Helvetica, sans-serif;
	font-size: 14px; line-height: 14px;
}

.light {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #f0d8d0;
}

.light_small {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #f0d8d0;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	color: #16110d;
	font-weight: bold;
}

.heading {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #005500;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #005500;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

.box1 {
	padding: 2px;
	border-width: thin;
	border-style: solid;
	border-color: #f0d8d0 #005E00 #005E00 #f0d8d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #007300;
	text-transform: none;
}