/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
}
a {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #009999;
}
a:active {
	color: #000099;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
body {
	background-color: #ECE9D8;
}
.footer {
	font-size: 10px;
}
.nav {
	text-align: right;
		margin: 8px;
		text-decoration: none;
}
