body {
	background:url(images/bg1.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

table.alpha {background:#FFFFFF; padding:0px; width:800px;}
td.top { width:800px; background-color:#B9D3EE}
td.nav { width:175px; border-right-style:solid; border-right-width:1px; border-right-color:#333333}
td.main { width:625px; padding:10px;}
td.footer { font-size:11px; border-top-style:solid; border-top-width:1px; border-top-color:#333333}

a:link {text-decoration:none;}     /* unvisited link */
a:visited {color:#0066FF; text-decoration:none;}  /* visited link */
a:hover { text-decoration:underline;}   /* mouse over link */
a:active {color: #0066FF; text-decoration:underline}   /* selected link */