/* ########## Layout ########## */
body { font-family: Arial, Helvetica, sans-serif; background-color: #B1D989; color: #3C3C3C; }

.border1 { border: 1px solid black; }
.border2 { border: 1px solid white; }

h1 { font-size: 15px; font-weight: bold; color: black; margin: 0; padding-bottom: 5px }
h2 { font-size: 12px; font-weight: bold; color: black; margin: 0; padding-bottom: 5px}


/* ########## Text ########## */
.maintext { font-size: 10px; color: #3C3C3C; line-height: 11px; }
.maintext a:link { color: #3C3C3C; text-decoration: none; }
.maintext a:visited { color: #3C3C3C; text-decoration: none; }
.maintext a:hover { color: #3C3C3C; text-decoration: none; }
.maintext a:active { color: #3C3C3C; text-decoration: none; }

.menu { font-size: 9px; color: white; }
.menu a:link { color: white; text-decoration: none; }
.menu a:visited { color: white; text-decoration: none; }
.menu a:hover { color: #669900; text-decoration: none; }
.menu a:active { color: #669900; text-decoration: none; }

.heading { font-family: times, serif; font-size: 10; font-weight: bold; color: #3C3C3C; letter-spacing: 0px; }
.tagline { font-size: 10px; color: #808080; font-weight: bold; letter-spacing: -0px; }
.footer { font-size: 7px; color: #669900;  }

/* ########## Format ########## */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #669900;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
