td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navlist {
	width: 155px;
	height: 18px;

}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#navlist li {
margin: 0;
}

#navlist a {
display: block;
padding: 1px 5px 2px 1px;
background-image:   url(assets/link-up.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #70757B;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-image:   url(assets/link-down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #663333;
	font-style: italic;
}
.text-gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #50506E;
	padding-right: 8px;

}
body {
	background-image: url(all/back.gif);
}
.td-central {
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 16px;
	padding-left: 14px;
}
.header1 {
	font-size: 18px;
	font-style: italic;
	color: #663333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.header2 {

	font-size: 16px;
	font-style: italic;
	color: #663333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.td-headertext {

	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 22px;
}
.floatleft {
	float: left;
	margin-right: 20px;
	padding-right: 25px;
}
