﻿body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page01.jpg);
	background-repeat: repeat-x;

	scrollbar-face-color: #729D34;
	scrollbar-shadow-color: #8F8F8F;
	scrollbar-highlight-color: #4B4846;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #8F8F8F;
	scrollbar-arrow-color: #FFFFFF;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
}

th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F8F8F;
}

/* _________________________________________________ */
/* LINKS - UNIVERSAL                                 */

a:link		{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	line-height: 23px%;
	color: #3366FF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

a:visited	{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	line-height: 23px%;
	color: #3366FF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

a:active	{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	line-height: 23px%;
	color: #3366FF;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

a:hover		{
	font-size: 9pt;
	font-family: Verdana;
	font-variant: small-caps;
	color: #990033;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
}

/* _________________________________________________ */
/* TABLE and CONTENT FORMATTING                      */
.table-border {
	border-style: solid;
	border-width: 1px;
}

.cell-bg-green {
	display: block;
	margin-bottom: 3px;
	background-image: url('images/index23.gif');
}
.cell-bg-white-greentxt {
	display: block;
	margin-bottom: 3px;
	color: #6F7D53;
}
.cell-bg-white-left {
	text-align: left;
}
.cell-bg-white-center {
	text-align: center;
}
.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}
.align-right {
	text-align: right;
}

.header-12pt {
	font-family: Comic Sans MS; font-size: 12pt; color: #FFFFFF; font-weight: bold
}

.header-14pt-Green {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: #6F7D53;
	font-weight: bold;
}
.header-14pt-DrkGreen {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: #006600;
	font-weight: bold;
}
.text-black {
	color: #000000;
}
.text-12pt-DrkGreen {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #006600;
	font-weight: lighter;
}
.text-10pt-DrkGreen {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #006600;
	font-weight: lighter;
}

.text2 {
	color: #5F5F5F;
}

.text3 {
	color: #999999;
}
.pic-border-green {
	border: 2px outset #006600;
	margin: 3px;
}
.link-noborder {
	border-width: 0px;
}
.text-12pt-Red {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	color: #FF0000;
	font-weight: lighter;
}
