@charset "UTF-8";
body {
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 16px;
	margin: 0px;
}

.contentRight {
	marign: 0px;
	width:430px;
	height: 420px;
	padding-left: 10px;
	padding-top: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
}

.contentLeft {
	width: 250px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	vertical-align:top;
	background-color: #FFFFFF;
}

.contentTopRight {
	width:430px;
	height: 60px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	background: #FFFFFF;
}

.contentTopLeft {
	width: 250px;
	height: 60px;
	padding: 0px;
	vertical-align: top;
	background: #FFFFFF;
}

h1 {
	marign: 0px;
	padding-top: 0px;
	line-height: 1em;
	font-size: 16px;
	color: #878975;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	color: #878975;
}

h6 {
	font-size: 16px;
	color: #878975;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}
 
p { 
	text-align: justify;
	line-height: 16px;	
	margin-top: 10px;
	margin-bottom: 20px;
	
}

.img {
	margin: 0px;
}

.title {
	font-size: 22px;
	color: #666;
	font-weight:lighter;
}