<style type="txt/css">
<!--

a.href:link	{
	color: #742809;
}
a.href:active	{
	color: #742809;
}
a.href:visited	{
	color: #742809;
}
a.href:hover	{
	color: #742809;
}

a:link	{
	color: #742809;
}
a:active	{
	color: #742809;
}
a:visited	{
	color: #742809;
}
a:hover	{
	color: #742809;
}

div#container{
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 	
}

body#main{
	text-align: center;
}

table.header {
	border: none;
	width: 945px;
}

table.menu {
	border: none;
	width: 945px;
}

table.message {
	border: 1px solid #742809;
	width: 935px;	
}

table.main {
	/*border: none;*/
	border: 1px solid #742809;
	width: 935px;	
}

table.footer {
	border: none;
	width: 935px;	
}

table.tform {
	/*border: 1px solid #742809;*/
	border: none;
}

td.heading {
	text-align: left;
	font-weight: bold;
}

td.ldata {
	text-align: left;	
}
td.cdata {
	text-align: center;	
}

td.rdata {
	text-align: right;	
}

-->
</style>