
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	background-color: white;
}

p {
	margin: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #565656;
	text-align: justify;
}

td {
	font-size: 13px;
	font-weight: bold;
	color: #565656;
}

.disclaimer {
	background-color: #C5CACE;
	margin: 5px 0px 5px 0px;
}
.disclaimer2 {
	background-color: #EECED5;
	margin: 5px 0px 5px 0px;
}

table.menu {
	width: 200px;
	border-width: 5px 0px 3px 0px;
	border-color: #45556E;
	border-style: solid;
	float: left;
}

td.menuitem {
	background-color: #9DBBCF;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	white-space: nowrap;
}
td.menuitem:hover {
	background-color: #C5CACE;
}

td.menuitem a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

.lang {
	color: white;
	background-color: #45556E;
	font-size: 12px;
	margin-left: 0px;
	text-decoration: none;
}

.lang a {
	color: white;
	background-color: #45556E;
	font-size: 12px;
	margin-left: 0px;
	text-decoration: none;
}

td.text {
	text-align: justify;
	background-color: #E2E6E2;
	border-width: 0px 0px 0px 1px;
	border-color: #45556E;
	border-style: solid;
}

