@CHARSET "ISO-8859-1";
body {
	border: 0px;
	color: #cccccc;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
}
ul {
	list-style: square;
}
.homebutton {
	border: 0px;
	width: 120px;
	padding-left:10px;
	padding-right:10px;
	color: #cccccc;
	background-color: #663333;
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}
.homebutton:hover {
	color: #cccccc;
	background-color: #884444;
}
.footer {
	color: #999999;
	font-family: arial;
	font-size: 7pt;
	weight: normal;
}
a.footer {
	color: #999999;
	text-decoration:underline;
}
a.footer:hover {
	color: #ffffff;
	text-decoration:none;
}
.menu {
	border: 0px;
	width: 100px;
	padding-left:10px;
	padding-right:10px;
	color: #cccccc;
	background-color: #333333;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
}
a.menu:hover {
	border: 0px;
	width: 100px;
	padding-left:10px;
	padding-right:10px;
	color: #993333;
	background-color: #333333;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
}
.menuselected {
	border: 0px;
	width: 100px;
	padding-left:10px;
	padding-right:10px;
	color: #ffffff;
	background-color: #663333;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
}
a.menuselected:hover {
	border: 0px;
	width: 100px;
	padding-left:10px;
	padding-right:10px;
	color: #cccccc;
	background-color: #884444;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
}
.submenu {
	border: 0px;
	width: 100px;
	padding-left:0px;
	padding-right:0px;
	color: #cccccc;
	background-color: #333333;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
}
.submenu:hover {
	border: 0px;
	width: 100px;
	padding-left:0px;
	padding-right:0px;
	color: #ffffff;
	background-color: #333333;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
	text-align: left;
}
.submenuselected {
	border: 0px;
	width: 100px;
	padding-left:0px;
	padding-right:0px;
	color: #ffffff;
	background-color: #444444;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	text-align: left;
}
.submenulink {
	color: #cccccc;
	text-decoration: none;
	display:block;
}
.submenulink:hover {
	color: #ffffff;
	text-decoration: underline;
}
.submenudot {
	vertical-align:top;
	padding-top:5px;
	padding-left:5px;
	padding-right:2px;
}
.subtitle {
	padding-left:15px;
	padding-right:15px;
	color: #cccccc;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
}
a.subtitle {
	color: #cccccc;
	text-decoration: none;
}
a.subtitle:hover {
	color: #993333;
	text-decoration: none;
}
.langbutton {
	background-color: #333333;
	padding-left:5px;
	padding-right:5px;
	color: #cccccc;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
}
a.langbutton:hover {
	background-color: #333333;
	padding-left:5px;
	padding-right:5px;
	color: #ffffff;
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	text-decoration: underline;
}
.title {
	color: #cccccc;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}
.title2 {
	font-weight:bold;
	text-decoration:none;
}
.content {
	padding: 10px;
	width		: 480px;
	/* 
	height		: 370px;
	overflow	: auto; */
}
a.link {
	color:#cccccc;
	text-decoration:underline;
}
a.link:hover {
	color:#cccccc;
	text-decoration:none;
}