

body {
	background-color: #e3e8ef;
	color: #333333;
}

a:link {
	background-color: transparent;
	color: #3e536c;
}

a:visited {
	background-color: transparent;
	color: #70859e;
}

a:hover {
	background-color: transparent;
	color: #6a6c3e;
}

a:active {
	background-color: transparent;
	color: #3e6c41;
}

#pageContent a:visited {
	background-color: transparent;
	color: #3e536c;
}

.shadow-index {
	-moz-box-shadow: 0 0 5px 5px #95a1ae;
	-webkit-box-shadow: 0 0 5px 5px #95a1ae;
	box-shadow: 0 0 5px 5px #95a1ae;
}

.index-left {
	background-image: url(../../content/banners/index-left.jpg);
	background-repeat: no-repeat;
	height: 405px;
}

.index-right {
	background-image: url(../../content/banners/index-right.jpg);
	background-repeat: no-repeat;
	height: 405px;	
}

.index {
	background-color: #3e536c;
	color: #ffffff;
	border-bottom: solid 5px  #93a8c1;
}

.index-current {
	background-color: transparent;
	color: #93a8c1;
}

.index-content {
	background-color:  #b6c2d6;
	color: #333333;
}

.index-nav {
	background-color: #e3e8ef;
	color: #222222;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
  	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 80px;
	padding: 1px 0;
	text-align: center;
}


.thumb-index {
	background:rgba(199,210,224,0.5) !important;
	background-color:rgb(199,210,224);
	background-color: #c7d2e0;
	color: #333333;
}






