body {
	background-color: #FFFFFF;
	padding: 14px 15px 0px 0px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.nav a:link {
	color:#4E1704;
	text-decoration: none;
	font-weight: normal;
}

.nav a:visited {
	color:#4E1704;
	text-decoration: none;
	font-weight: normal;
}

.nav a:hover {
	color:#FF6600;
	text-decoration: none;
	font-weight: normal;
}

.nav a:active {
	color:#FF6600;
	text-decoration: none;
	font-weight: normal;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.subnav a:link {
	color:#4E1704;
	text-decoration: none;
	font-weight: normal;
}

.subnav a:visited {
	color:#4E1704;
	text-decoration: none;
	font-weight: normal;
}

.subnav a:hover {
	color:#FF6600;
	text-decoration: none;
	font-weight: normal;
}

.subnav a:active {
	color:#FF6600;
	text-decoration: none;
	font-weight: normal;
}

hr{
	color:#BDE6F0;
	height: 1px;
}

.kader {
	background-color: #FFFFFF;
}