body, td, p {
	font : 12px "Verdana", "Arial", "Helvetica";
	background : #fff;
	color : #000;
	line-height: 150%;
}

h1 {
	padding: 5px;
}

h3 {
	font : bold 12px "Verdana", "Arial", "Helvetica";
	background-color: #fff;
	color: #000;
	padding: 5px;
}

body {
	margin-left: 10%;
	margin-right: 10%;
}

a {
	line-height: 150%;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	background-color: #000;
}

td {
	background-color: #fff;
	color: #000;
	padding: 5px;
}

th {
	font : bold 12px "Verdana", "Arial", "Helvetica";
	background-color: #cfbb8b;
	color: #000;
	padding: 5px;
}

img {
	border-style: none;
}

/***************************************************************/

.header {
	line-height: 150%;
}

.content {
	float: left;
	width: 80%;
	padding-bottom: 10px;
}

.footer {
	padding-top: 40px;
	clear: both;
}

.navigation {
	float: left;
	width: 130px;
	padding-bottom: 10px;
	margin-right: 20px;

}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

.navigation li {
	background: #fff;
	border-left: 1px solid #000;
	margin: 0;
	padding: 0;
}
	
.navigation a {
	color: #171F5A;
	padding: 5px 10px;
	text-decoration: none;
}
	
.navigation a:hover {
	color: #c30;
	text-decoration: underline;
}
	
.navigation a.current {
	text-decoration: underline;
}
