/* CSS Document */

body {
	background: #0099cc;
   	font-size: 1em;
	color: #000;
	margin: 1em;
	}

html, body, h1, h2, h3, h4, h5, div, p, ul, li, input {
   font-family: "Trebuchet MS", Arial, sans-serif;
   }

p { font-size: 90% }
ul li { font-size: 90% }
ul li li { font-size: 100% }
ol li { font-size: 90% }
ol li li { font-size: 100% }

h1, h2, h3, h4 { color: #ffcc00; }

/* table, th, td { border: 1px solid #996; } */

td.image {
	border-top: thin solid #fff; 
	color: #fff;
	}
	
td.image a:hover { background: #0099cc; color: #000; }

div.header {}

td.navigation { 
	font-weight: bold; 
	color: #fff; 
	white-space: nowrap;
	padding: 1em;
	margin: 1em;
	border-right: thin solid #fff;
	}

td.navigation a { color: #fff; text-decoration: none; }
td.navigation a:visited:hover { background: #0099cc; color: #000; text-decoration: none;}

td.navigationlower { 
	border-right: thin solid #fff;
	border-bottom: thin solid #fff; 
	}

td.content { 
	color: #fff;
	padding: 1em;
	margin: 1em;
	border-top: thin solid #fff; 
	}
	
/* td.content a { color: #fff; } */
td.content a:hover { background: #0099cc; color: #000; }
/* td.content a:visited { background: #0099cc; color: #ccccff; } */

td.contentNB { 
	color: #fff;
	padding: 1em;
	margin: 1em;
	}
	
td.contentNB a:hover { background: #0099cc; color: #000; }

div.footer {
   	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #036;
	margin-top: 3em;
	}

div.footer a { color: #036; }
.invisible, .invisible a { display: none; }
