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

td.test2 {
	color: #CCC;
	font-size: 14px;
	background-color: #666666;
} 

A {
	text-decoration: none;
	color: #333333;
	font-size:12pt
}
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:12pt;
	color: #333;
}
a:active {
	text-decoration : none;
	color : #003366;
	font-size:12pt
}
a:hover  {
	text-decoration : none;
	font-size:12pt;
	color: #666;
}

table        {
	font-family: Calibri, Verdana, Arial;
	line-height: 22px;
	font-size:12pt
}
h1           {
	font-size: 12pt;
	font-family: Calibri, Verdana, Arial;
	font-weight: bold;
	line-height: 20px
}
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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.border-rowbottom {
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #0181C9;
}

.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;
}

.imgborderRt {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imgborderLft {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: right;
	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;
	padding: 10px;
	width: 80%;
	border: thin solid #666666;
	color: #333;
}
.divbox {
	height: 80px;
	margin-top: 20px;
}
