html {
	overflow-y: scroll;
}
html, body {
	margin: 0;
	padding: 0;
	border-width: 0;
	height: 100%;
	background: #d5c6ae;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	font-size: 12px;
}

a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
}

a img {
	border: 0 none;
}

div.Container1 {
	position: relative;
	margin: 0 auto;
	width: 840px;

	height: auto !important;
	height: 100%; /* IE6 */
	min-height: 100%;

	background: #01624f url(background.gif) repeat-y 0 3px;
	color: #ffffff;
}


div.Container2 {
	background: url(top.gif) no-repeat;
	padding-bottom: 86px;
}


.Menu {
	float: left;
	margin: 0;
	padding: 175px 0 0 18px;
	width: 137px;
	list-style: none;
	display: block;
}

.Menu li {
	display: block !important;
	display: inline-block; /* IE6 */

	background: #000000 url(menuitem.gif) no-repeat;
	width: 122px;
	height: 15px;
	overflow: hidden;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
}

.Menu a:link, .Menu a:visited, .Menu a:active, .Menu a:hover {
	display: block;
	color: #cccccc;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	font-weight: bold;
	font-size: 11px;
	padding: 1px 0 0 7px;
	margin: 0 0 0 0;
	width: 115px;
	height: 14px;
}

.Menu a:active, .Menu a:hover {
	color: #ffffff;
}

.LangMenu {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	position: absolute;
	top: 29px;
	left: 210px;
}

.LangMenu li {
	display: block;
	float: left;
	padding-right: 5px;
}

div.Content {
	padding-top: 95px;
	width: 600px;
	overflow: hidden;
	line-height: 1.35;
}

div.ContainerBottom {
	height: 0;
	overflow: hidden;
	clear: both;
}

div.Bottom1 {
	background: url(bottom.gif) no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	height: 86px;
	width: 100%;
}

div.Bottom2 {
	background: url(bottomright.gif) no-repeat bottom right;
	position: absolute;
	bottom: 0px;
	right: 0;
	height: 134px;
	width: 31px;
}



h1 {
	margin: 0 0 20px 0;
	padding: 0px 0 0 20px;
	height: 29px;
	background: #014e3f url(titlebg.gif) repeat-x;
	color: #f0f0f0;
	font-family: "Times New Roman", "Times", "Serif";
	font-size: 24px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #ffffee;
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	color: #efefcd;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}


.RefGroupImg {
	margin: 4px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	width: 180px;
	height: 135px;
}

.RefGroupImgTextBack {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 21px;
	background: #000000;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.RefGroupImgText {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 23px;
	text-align: center;
	font-family: "Times New Roman", "Times", "Serif";
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.RefGroupImg a {
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.RefGroupImg img {
	display: block;
	position: relative;
	display: block;
	top: 0;
	left: 0;
}

.RefGroupImg a:link, .RefGroupImg a:visited, .RefGroupImg a:active, .RefGroupImg a:hover {
	color: #ffffff;
	text-decoration: none;
}

.Pager {
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	clear: both;
}

a.PagerActive:link, a.PagerActive:visited, a.PagerActive:active, a.PagerActive:hover {
	color: #ffffff;
}


.RefImages {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border: 0 none;
}

.RefImages td {
	border: 0 none;
	padding: 0;
	line-height: 0;
	vertical-align: top;
}

.RefImages img {
	background-repeat: no-repeat;
	margin: 3px;
}

/* */

a strong, a b, h1 a, h2 a{
    color:#fff !important;
}
a:hover strong, a:hover b, h1 a:hover, h2 a:hover{
    color:#ccc !important;
}
