p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999999;
	background-color: #950000;
	border: #959595 2px solid;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	border: thin none #871825;
}
a:visited {
	font-style: normal;
	font-weight: bold;
	color: #DADADA;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	font-style: normal;
	color: #4d8ec6;
	text-decoration: none;
	font-weight: bold;
}
body {
	background-color: #ffffff;
	margin: 0; 
    text-align: center;
	overflow: auto;
}
.text {
	margin: 0px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	width: ...; 
	width: 760px;
	text-align: left;
}
.textcent {
	text-align:center;
	width: 760px;
	margin: 0px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	width: ...; 
}
.tcfbanner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	width: ...; 
	width: 760px;
}
table {
	margin-right: auto;
	margin-left: auto;
	width: ...; 
}
html {
overflow-y: scroll; 
}