
BODY { 
	color: black;
	background-color: #FFFFFF;
}

a:link       { text-decoration: none; color: rgb(0, 0, 255) }
a:active     { text-decoration: none; color: rgb(0, 0, 0) }
a:visited    { text-decoration: none; color: rgb(153, 0, 0) }
a:hover      { text-decoration: underline; color: rgb(255,0,0) }

a.nav:link       { text-decoration: none; color: rgb(255, 255, 255) }
a.nav:active     { text-decoration: none; color: rgb(255, 255, 255) }
a.nav:visited    { text-decoration: none; color: rgb(255, 255, 255) }
a.nav:hover      { text-decoration: underline; color: rgb(255, 255, 255) }
#a.nav:link       { text-decoration: none; color: rgb(255, 255, 255) }
#a.nav:active     { text-decoration: none; color: rgb(0, 0, 0) }
#a.nav:visited    { text-decoration: none; color: rgb(255, 255, 255) }
#a.nav:hover      { text-decoration: underline; color: rgb(255,0,0) }

TD.td_nav { 
       vertical-align: top; 
           text-align: left;
	  white-space: nowrap;
}

td.td_nav:hover      { bgcolor: rgb(255,0,0) }

TABLE.page {
	  text-align:  left;
	 margin-left:  auto;
	margin-right:  auto;
}

TD.page {
	vertical-align:  top;
	    text-align:  center;
}

TABLE.layout {
	       align:  center;
	  text-align:  left;
	 margin-left:  auto;
	margin-right:  auto;
}

TD.logo {
	         width:  95px;
   	    text-align:  bottom;
	vertical-align:  middle;
}

.copyright {
	font-family:verdana, arial, sans-serif;
	color:#000;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;				
}	


A.navselected { font-weight: bold }

TD.cat {
	vertical-align: TOP;
	width: 30%;
}

