BODY {
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	background-color: #e7e8e2;
}
td.test {
	color: black;
	font-size: 14px;
	background-color: #9ca67a;
}

td.test2 {
	color: white;
	font-size: 14px;
	background-color: #8C9764;
} 

A {
	text-decoration: none;
	color: #003333;
	font-size:14pt
}
hr {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #EEE2B8;
}
a:visited {
	text-decoration : none;
	font-size:14pt
}
a:active {
	text-decoration : none;
	color : #808000;
	font-size:14pt
}
a:hover  {
	text-decoration : none;
	font-size:14pt;
	color: #666;
}

table        {
	font-family: Calibri, Verdana, Arial;
	line-height: 26px;
	font-size:14pt
}
h1           {
	font-size: 14pt;
	font-family: Calibri, Verdana, Arial;
	font-weight: bold;
	line-height: 26px
}
h2           {
	font-size: 14pt;
	font-family: Calibri, Verdana, Arial;
	font-weight: bold;
	line-height: normal;
}

h3           {
	font-size: 12pt;
	font-family: Calibri, Verdana, Arial;
	font-weight: bold;
	line-height: 22px
}
h4           {
	font-size: 10pt;
	font-family: Calibri, Verdana, Arial;
	font-style : normal;
	font-weight : normal
}
h5 {
	font-size: 16pt;
	font-weight: bold;
	color: #800040;
	margin: 0px;
}
.border-grn {
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9ca67a;
	border-right-color: #9ca67a;
	border-bottom-color: #9ca67a;
	border-left-color: #9ca67a;
}
.border-rowbottom {
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.image-pad {
	border-top-width: 0px;
	border-right-width: 40px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
.text-header {
	font-family: Calibri, Verdana, Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
	height: auto;
	width: auto;
	margin: 12px;
	float: left;
	vertical-align: middle;
}
.login-button {
	background-color: #EEE2B8;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	width: 50%;
	margin-bottom: 12px;
	border: thin solid #666666;
}
.reg-button {
	background-color: #EEE2B8;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	width: 50%;
	margin-bottom: 12px;
	border: thin solid #666666;
}

