body	{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px; 
	line-height: 18px;
	text-align: center;
	background-color: #3366ff;
	padding: 0;
	}

td.nav	{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	}

td.nav a	{
	display: block;
	background-color: #3366ff;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	}
	
td.nav a:hover	{
	background-color: #ffcc33;
	color: #000000;
	text-decoration: underline;
	}
	
td.footer {
	border-top: 1px solid #000000;
	}
	
table#main {
	background-color: #ffffff;
	border: 1px solid #000000;
	}
	
img.header {
	border: 0;
	}
	
td.rightcontent {
	border-left: 1px solid #000000;
	padding-left: 5px;
	}

