table.main {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
table.main td {
	border-width: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.main tr {
	border-width: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	background-color: #ffffff;
}
.message {
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #000066;
}

a:link 
{color: #4682B4;}
a:visited 
{color: #8B4513;}
a:hover 
{color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;}
a:active {color: #4682B4;}