body {
margin: 5px auto;
background-color: #606060;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-align: left;
}

.header {
height: 110px;
background-image: url(./images/headerbg.jpg);
background-repeat: no-repeat;
background-color: #606060;
}

.main {
background-image: url(./images/mainbodybg.jpg);
background-repeat: repeat-y;
background-color: #606060;
}

.footer 
{
height: 42px;
margin: 0;
background-image: url(./images/footerbg.jpg);
background-repeat: no-repeat;
background-color: #606060;
}

.footertxt
{
color : #ffffff;
}

a {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}

.txtlink {
color: #000000;
text-decoration: none;
}

.txtlink:hover {
color: #000000;
text-decoration: underline;
}

.dividervert {
background-image: url(./images/divider_vert.gif);
background-repeat: repeat-y;
}

.dividerhoriz {
background-image: url(./images/divider.gif);
background-repeat: repeat-x;
}

ul.homelist {
	list-style: none;
	font-size:23px;
}

ul.homelist li a {
	color: #000000;
	font-weight: bold;	
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	}

ul.homelist li a:hover {
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	}

.txtsmallheader
{
	margin: 0 0 0 0;
	text-align:right;
	font-size: 9px;
	font-weight: lighter;
}

.txtcenterheader
{
	text-align:center;
	margin: 10px 0 10px 10px;
	font-size: 25px;
	font-weight: bolder;
}

.txtmainheader
{
	margin: 10px 0 10px 10px;
	font-size: 25px;
	font-weight: bolder;
}

.txtheader
{
	margin: 10px 0 10px 10px;
	font-size: 20px;
	font-weight: bold;
}

.txtplain
{
	margin: 5px 0 5px 10px;
	text-align: justify;
	font-size: 10px;
}

.hptxtheader
{
	margin: 10px 0 10px 0px;
	font-size: 12px;
	font-weight: bold;
}

.hptxtplain
{
	margin: 5px 0 5px 0px;
	text-align: justify;
	font-size: 10px;
}

.hptxtheaderbl
{
color: #000080;	
margin: 10px 0 10px 0px;
	font-size: 12px;
	font-weight: bold;
}