/* CSS Document */

table.main {
	border: 8px solid #FFFFFF;

}
table.subnav {
	border-right: 1px solid #000000;


}
td.mainmiddle {
	background-color: #ffffff;
	padding: 20px;




}
td.nav{
	background-color: #663300;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;



}
a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color: #660000;
	text-decoration : none;
	font-style: normal;

} 
a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color: #660000;
	text-decoration : none;
	font-style: normal;
} 
a:hover {
font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color: #660000;
	text-decoration : underline;
	font-style: normal;
} 
