html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "Lucida Sans Unicode",sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image:url(design/grey.gif);
}
.mainTable {
	width: 800px;
	height: 100%;
	border: 10px solid #222222;
}
.mainTable .headerTd {
	background: url(design/header.jpg) no-repeat;
	height: 185px;
}
.langDiv {
	padding: 0px 10px 2px 0px;
}
.langDiv a {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
	text-decoration: underline;
}
.langDiv a:hover {
	color: #FF6600;
}
.mainTable .contentTd {
	background-color: #222222;
}
.innerTable {
	height: 100%;
	width: 100%;
}
.innerTable .menu {
	width: 200px;
	vertical-align: top;
}
.innerTable .menu ul {
	padding: 0;
	margin: 10px;
	list-style: none;
}
.innerTable .menu .level1 {
	font-size: 14px;
	padding-left: 20px;
	background: url(design/arrow.jpg) no-repeat 0 50%;
	line-height: 20px;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.innerTable .menu .level2 {
	font-size: 13px;
	padding-left: 40px;
	background: url(design/arrow.jpg) no-repeat 20px 50%;
	line-height: 20px;
}
.innerTable .menu a {
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.innerTable .menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.innerTable .content {
	vertical-align: top;
	background-color: #89866f;
}
.innerTable .content .contentDiv {
	margin: 10px;
	font: "Lucida Sans Unicode",sans-serif;
	font-size: 12px;
	color: #222222;
}
.innerTable .content .contentDiv .warning {
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 2px;
	text-indent:20px;
}
.bold {
	margin: 0px;
	padding: 2px;
	text-indent: 20px;
	font-weight: bold;
	font-size: 13px;
}
.contHref {
	font: "Lucida Sans Unicode",sans-serif;
	font-size: 12px;
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}




