/* Netscape 4 ignores the body style inside tables */
body, td, th {
	font : x-small Verdana, Arial, Helvetica, sans-serif;
}

body {
	background : #336699;
	margin : 0;
	padding : 0;
}

div.note {
	font-size : smaller;
}

/* Used for links to other parts of the site */
a.navigation {
	color : #003366;
	font-weight : bold;
	text-decoration : none;
}

/* Used for links to other parts of the site */
a.navigation:hover {
	color : #FFFFFF;
	background : transparent;
}

hr {
	height : 2px;
}

/* Marks part of the page that is unfinished */
.unfinished {
	background : #FFFFCC;
}