
body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
	font-family: Gill sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.main {
	width: 850px;
	height: 100%;
	padding: 0px 0px 25px 0px;
	margin: 10px;
	background: #ebebeb url(images/bottom.jpg) bottom left repeat-x;
	border: 1px solid #025BA4;
}
.header {
	text-align: right;
	margin: 0px;
	padding: 23px 0px 2px 0px;
	background: url(images/header.jpg) top left repeat-x;
}
.content {
	text-align: left;
	background: #ffffff;
	margin: 0px 10px 0px 10px;
}
.footer {
	background: url(images/bottom2.jpg) top left repeat-x;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	height: 35px;
}
.textcont {
	padding: 0px 25px 5px 28px;
}
.menu {
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 60px;
}
.menu .entry {
	float: left;
	padding: 0px;
	margin: 12px 0px 10px 43px;
}
.menu .chlang {
	margin-right: 84px;
	margin-left: 28px;
}

h1 {
	color: #025BA4;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.special {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

.box {
	border: 1px solid #B0CAE2;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.box td {
	vertical-align: top;
}

.box .imgcont {
	text-align: center;
	width: 117px;
	vertical-align: middle;
}
.imgcont img {
	border-width: 0px;
	vertical-align: middle;
}
.category {
	padding: 0px 0px 4px 0px;
}

a:hover {
	text-decoration: underline;
	color: #025BA4;
}
a:link {
	text-decoration: none;
	color: #777777;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:active {
	text-decoration: none;
	color: #777777;
}
.footer a, .footer a:link, .footer a:active {
	font-weight: bold;
	color: #777777;
}
.footer a:visited {
	color: #777777;
}
.footer a:hover {
	color: #025BA4;
}

/** unknown **/
.titleedit {
	border: 1px solid rgb(176,202,226);
	width: 370px;
	vertical-align: middle;
}
.linkedit {
	border: 1px solid rgb(176,202,226);
	width: 200px;
	vertical-align: middle;
}
.linkimg {
	border-width: 0px;
	text-decoration: none;
}
.imgbtn {
	width: 20px;
	height: 20px;
	border: 0px;
	vertical-align: middle;
}
.imgbtn:hover {
	cursor: pointer;
}
.imagecontainer {
	height: 230px;
	overflow: auto;
}
