body {
	font-family: Arial,Helvetica,sans-serif;
}

body h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

body h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

a:visited {
	color: rgb(153, 153, 153);
	text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a:link {
	color: rgb(153, 153, 153);
	text-decoration: none;
	font-style: normal;
}

.menu {
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-weight: bold;
	font-size: 17px;
	font-style: normal;
	text-transform: none;
	text-align: left;
	line-height: 23px;
	color: rgb(255, 255, 255);
	list-style-type: circle;
	list-style-position: outside;
}

.menuNoAlign {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 17px;
	font-style: normal;
	text-transform: none;
	/*text-align: left;*/
	line-height: 23px;
	color: rgb(255, 255, 255);
	list-style-type: circle;
	list-style-position: inside;
}

.menuNoAlign a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.menuNoAlign a:hover {
	color: rgb(153, 153, 153);
}

.menuHigh {
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-weight: bold;
	font-size: 17px;
	font-style: normal;
	text-transform: none;
	text-decoration: underline;
	text-align: left;
	line-height: 23px;
	background-color: rgb(255,255,255)
	color: rgb(153, 0, 0);
	list-style-type: circle;
	list-style-position: outside;
}

.menu a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.menu a:hover {
	color: rgb(153, 153, 153);
}

.lang {
	color: rgb(255, 255, 255);
	font-weight: normal;
	font-style: normal;
	text-align: right;
	text-transform: normal;
	font-size: 14px;
	line-height: 15px;
}

.lang a {
	color: rgb(255, 255, 255);
}

.lang a:hover {
	color: rgb(153, 153, 153);
}

.content {
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 15px;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
}


