body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}

#navcell{
	width: 177px;
	background-color: #005C81;
}
#navtable{
	width: 177px;
	background-color: #01A99A;
}
#contentcell{
	width: 593px;
	background-image: url(../images/con-bg.gif);
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #005C81;
}
.normal a{
	color: #C53528;
	text-decoration: none;
}
.normal a:hover{
	color: #C53528;
	text-decoration: underline;
}
#footer {
	height: 45px;
	background-color: #005C81;
}
#main{
	width: 770px;
}
#flashtable{
	width: 277px;
}
#flashcell{
	background-color: #82BC8A;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #C23B2D;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #01A99A;
	line-height: 22px;
}
.copyright a{
	color: #01A99A;
	text-decoration: none;
}
.copyright a:hover{
	color: #01A99A;
	text-decoration: underline;	
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #ABDA4E;
	}
.links a{
	color: #8ACA96;
	text-decoration: none;
}
.links a:hover{
	color: #8ACA96;
	text-decoration: underline;
}
.tesgrey {
	color: #666666;
}
#img
{
	border: 1px solid #005c81;
}
.backbutton {
	color: #FFFFFF;
	background-color: #005C81;
	border: 1px solid #36586F;
	padding: 1px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	width: 130px;
     }

.backbutton:hover {
	color: #FFFFFF;
	background-color: #01A99A;
	cursor: pointer;
     }
