

.addrtable {
background: #84c4ff;
width:100%;
}



.bluelink:link {
	font-size:16px;
	color: blue;
	text-decoration: underline;
}
.bluelink:visited {
	font-size:16px;
	color: blue;
	text-decoration: underline;
}
.bluelink:hover {
	font-size:16px;
	color: blue;
	text-decoration: none;
}

.blacklink:link {
	color: black;
	text-decoration: underline;
}
.blacklink:visited {
	color: black;
	text-decoration: underline;
}
.blacklink:hover {
	color: white;
	text-decoration: underline;
}
.blacklink2:link {
	color: black;
	text-decoration: underline;
}
.blacklink2:visited {
	color: black;
	text-decoration: underline;
}
.blacklink2:hover {
	color: gray;
	text-decoration: underline;
}
.blacklink2large:link {
	color: black;
	text-decoration: underline;
	font-size:24px;
}
.blacklink2large:visited {
	color: black;
	text-decoration: underline;
	font-size:24px;
}
.blacklink2large:hover {
	color: gray;
	text-decoration: underline;
	font-size:24px;
}
.blacklink3:link {
	color: black;
	background-color:gray;
	text-decoration: none;
}
.blacklink3:visited {
	color: black;
	background-color:gray;
	text-decoration: none;
}
.blacklink3:hover {
	color: white;
	background-color:gray;
	text-decoration: none;
}

.redlink:link {
	color: #562023;
	font-size:12px;
	text-decoration: none;
}
.redlink:visited {
	color: #562023;
	text-decoration: none;
}
.redlink:hover {
	color: white;
	text-decoration: none;
}
.leftpictable {
	
	border-width: 0px 0px 0px 0px ;
	border-spacing: 0px;
	border-style: hidden hidden hidden hidden;
	border-collapse: separate;

}
.leftpictable TH {
	height: 310px;
}
.leftpictable TD {
	vertical-align: top;
	text-align: center;
}
.codes
{
	width:100%;
	border: 1px;
}
.codes TH
{
	border-width:1px;
	vertical-align:top;
	padding:5px;
	nowrap: true;
	
}
.codes TD
{
	border-width:1px;
	
	vertical-align:top;
	padding:5px;
	nowrap: true;
	
}
.header TD {
color:#562023; 
text-align: center;
font-size:12px;
width: 100px;
border-color: white white white white; 
border-width: 0px 0px 0px 3px ! important;
border-style: solid solid solid solid;
}
.header
{
	
	border-width: 0px 0px 0px 0px ;
	border-spacing: 0px;
	border-style: hidden hidden hidden hidden;
	border-collapse: separate;
	
}
.texttablen TD
{
	font-size:15px;
	font-family: Times, Serif ;
}
.texttablen {
	background-color: white;
	padding: 15px;
	height: 500px;


}
.texttable TD
{
	font-size:15px;
	font-family: Times, Serif ;
}
.texttable {
	width: 100%;
	background-color: white;
	padding: 15px;
	height: 500px;


}
.bodytable TD
{
border-width: 0px 0px 0px 0px;

}
.bodytable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: hidden hidden hidden hidden;
	border-collapse: separate;
	width:925px; 
	padding: 0px;
}
.titles {
	color: #295229;
	font-weight: bold;
	font-size:18px;
}

A:link {
	color: black;
	text-decoration: underline;
}
A:visited {
	color: black;
	text-decoration: underline;
}
A:hover {
	color: gray;
	text-decoration: underline;
}


BODY {
	background: #bfbe7a;
	color: black;
	font-size:14px;
	font-family: Verdana, Tahoma, Arial ;
        margin: 5px 5px 5px 5px;
        border-width: 5px 5px 5px 5px ;
        padding: 5px 5px 5px 5px;
}

