body{
	background-color: #FFFFFF;
	color: #4C4C4C;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;

}

a {
	text-decoration: none;
	color: #799C9F;
}

a:active {
	text-decoration: none;
	color: #799C9F;
}

a:visited {
	text-decoration: none;
	color: #799C9F;
}

a:hover {
	text-decoration: none;
	color: #e76262;
}

a img {
	margin: 5px 0;
	border: 2px solid #EFEFEF;
}

.Shell {
	/* Centered, Fixed */
	position: absolute;
	width: 644px;
	left: 50%;
	margin-left: -325px;
	overflow: visible;
	margin-top: 100px;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
	text-align: left;	
}



.index_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px
	color: #353535;
}

.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

.Bar { /* Replaces horizontal rule */
	clear: both;
	margin: 3px 0;
	padding: 0;
	overflow: hidden;
}

.Bar_dot { /* Replaces horizontal rule */
	clear: both;
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px dotted #737373;
}

/* Spacers ------------------------------------------------------------------- */


.Spacer-xlarge {
	height: 100px;
}
.Spacer-large {
	height: 30px;
}
.Spacer-medium {
	height: 10px;
}
.Spacer-small {
	height: 5px;
}
.Spacer-tiny {
	height: 1px;
}

