<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: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body#main{
	text-align: center;
}

table.header {
	border: 1px solid #742809;
	width: 960px;
}

table.message {
	border: 1px solid #742809;
	width: 960px;	
}

table.main {
	/*border: none;*/
	border: none;
	width: 960px;
}

table.footer {
	border: none;
	width: 100%;	
	position: absolute; 
	bottom: 0px; 
	left: 0px;
	height: 28px;
}

table.tform {
	/*border: 1px solid #742809;*/
	border: none;
	margin-left: auto;
	margin-right: auto;
}

td.heading {
	text-align: left;
	font-weight: bold;
}

td.ldata {
	text-align: left;	
}

td.cdata {
	text-align: center;
	background-position: center;
}

td.rdata {
	text-align: right;	
}

p.path {
	font-family: cursive;
	font-size: 16px;
	font-weight: bold;	
}

p.main {
	font-family: cursive;
	font-size: 16px;
	font-weight: normal;	
}
-->
</style>
