/* CSS Document */
/* background-color */

.nav { background-color:#9C9; }
.content { background-color:#FFF; }

/* font-family */

body, td, p, div, span, a, ul, ol, dl, h1, h2, h3 li { font-family:Verdana, Arial, Helvetica, sans-serif; }

/* font-size */

td, p, div, span, a { font-size:11px; }

h1{ font-size:16px; }
h2{ font-size:14px; }
h3{ font-size:12px; }

/* color */

td, p, li { color:#696; }

h1, h2, h3{ color:#696; }

a {
	color:#69C;
	text-decoration: none;
}

.rtNav { color:#696; }

.top { color:#96C; }

.rtNavDisc { color:#696; }

/* font-weight */

h1, h2, h3 { font-weight:bold; }

/* font-style */

.rtNav { font-style:oblique; }

.top { font-style:oblique; }

/* line-height */

td, p { line-height:16px; }

.rtNav { line-height:12px; }

ul, li { line-height:16px; }

.rtNavDisc { line-height:10px; }


/* margin-* */

body { margin-bottom:0px; margin-top:0px; }
li { margin-left:0px; }

.footer {
		font-size: 9px;
		color: #036;
		margin: 0px; 
		line-height: 12px;
		background-color: #FFF;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #036;
	margin: 0px; 
	line-height: 12px;
	background-color: #FFF;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
#footer a:link {color: #6699CC;}
#footer a:visited {color: #4A6F9D;}
#footer a:hover {color: #996600;}
