* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin:0;
	padding: 0;
}
img {
	border: none;
}

a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html {
	overflow-y: auto;
}

body {
	direction: ltr;
	width: 100%;
	height: 100%;
}
.container {
	position: relative;
	border-top: 5px solid #6bc605;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	border: 0px solid red;
}
.top-hr {
	float: right;
	width: 1000px;
	height: 5px;
	background-color: #6bc605;
}
.top {
	float: left;
	background: url(../../images/body_bg.gif) repeat-x 0 0 #f6f6f6;
	border: 0px solid red;
}
.top_Nav {
	position: relative;
	list-style: none;
	float: right;
	width: 300px;
	height: 20px;
	margin-right: 36px;
	margin-top: -18px;
	border: 0px solid blue;
}
.top_Nav a {
	float: right;
	line-height: 20px;
	font-size: 9pt;
	font-weight: normal;
	color: #6f6f6f;
	text-align: center;
	width: 60px;
	overflow: hidden;
	border:0px solid blue;
}
.top_Nav .lang {
	background-image: none;
	color: #e26402;
}
.top_Nav a.sel {
	background: url(../../images/green_bg.gif) no-repeat 50% 0;
	color: #fff;
	text-decoration: none;
}

.logo {
	float: left;
	margin-left: 50px;
	margin-top: 18px;
	border: 0px solid blue;
}
/*.logo span {
	color: #373435;
}
.logo:hover {
	text-decoration: none;
}*/
.main_Nav {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid blue;
}





.dynamic-text,
.dynamic-text * {
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	/*text-align: justify;*/
	margin-top: 10px;
	line-height: 18px;
}
.dynamic-text p {
	padding: 0px;
	margin-bottom: 12px;
	border: 0px solid blue;
}
.dynamic-text a,
.dynamic-text p a,
.dynamic-text p a strong {
	font-size: 10pt;
	color: #e26402;
	text-decoration: none;
}
.dynamic-text a:hover,
.dynamic-text p a:hover {
	text-decoration: none;
}
.dynamic-text strong {
	font-weight: bold;
}
.dynamic-text ul,
.dynamic-text p ul {
	list-style: none;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 0px solid red;
}
.dynamic-text ul li,
.dynamic-text p ul li {
	background-image: url(../../images/oStar.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}






.footer {
	clear: both;
	float: left;
	background-color: #e9e9e9;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	border: 0px solid red;
}
.footer .inner {
	float: left;
	width: 980px;
	padding: 10px;
}
.footer a {
	width: auto;
	line-height: 18px;
	font-size: 9pt;
	font-weight: normal;
	color: #666;
	padding: 0 6px;
	border-right: 1px dotted #666;
}
.footer .last {
	border-right: none;
}

.footer a.credits {
	float: right;
	margin-right: 44px;
	border: 0px solid red;
}