body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 40px 0 0 0;
	padding: 0px;
	text-align: center;
}
td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 140%;
}
td.bot {
	border-bottom: 5px solid #999999;
}
td.bot2 {
	border-bottom: 5px solid #999999;
	padding: 20px;
    text-align: justify;
}
td.vline {
	border-right: 1px solid #999999;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
}
h1 span.grey {
    color: #455258;
}
h1 span.orange {
    color: #EA9600;
}
input {
    height: 18px;
	border: #C7DB38 1px solid;
}
input.text {
    background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #483730;
	font-size: 10px;
	font-weight: normal;
}
input.button {
    background-color: #E2EC98;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #00642D;
	font-size: 10px;
}
.smalltxt {
	font-size: 10px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #EA9600;
	text-decoration: none;
}
a.menu:link {
    font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.menu:visited {
    font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.menu:hover {
    font-size: 12px;
	color: #EA9600;
	text-decoration: underline;
}


