a {
	text-decoration: underline;
	color: #38A548;
}
a:hover {
	background: #E8E8E8;
	text-decoration: none;
}

body {
	color: Black;
	font-size: 10pt;
	background: white;
	font-family: Arial;
}

p {
	font-family: Arial;
	color: Black;
	font-size: 10pt;
}

div {
	font-size: 10pt;
	font-family: Arial;
	color: Black;
}

td {
	font-size: 10pt;
	font-family: Arial;
	color: Black;
}

table {
	font-size: 10pt;
	font-family: Arial;
	color: Black;
}

h1 { font-size:12px;
	
}
h2 {
	font-size:12px;
}

h3 {
	font-size:12px;
}



.td1
{
	border-top: thick solid silver;
	border-left: thick solid silver;
	border-right: thick solid silver;
}

.main
{
	border-bottom: thick solid silver;
}
.mainbar
{
	background: #006633;
}

.mainbar td
{
	background: #006633;
}

.menu
{
	
	color: black;
}

.menu2 p
{
	color: silver;
}

.menu2
{
	color: silver;
}

.leftindent
{
	padding-left: 18px;
}

.rightindent
{
	padding-right: 18px;
}

.bothindent
{
	padding-right: 18px;
	padding-left: 18px;
}