@charset "utf-8";

a {
	font-weight: normal;
	text-decoration: none;
	color: #CC9A34;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #CC9A34;
}
a:visited {
	color: #CC9A34;

}
.welcomeLeft {
	line-height: 1.7em;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #756A5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #715c48;
}
.welcomeRight {
	line-height: 1.5em;
	font-size: 8pt;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #F0EEEC;
}
