body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #383838;
	padding: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg.png);
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #383838;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 14pt;
	color: #FF3500;
	letter-spacing: 0px;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 14pt;
	color: #353535;
	letter-spacing: 0px;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a {
	font-size: 10pt;
	color: #FF3500;
	letter-spacing: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}


.rightcontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

img {
	border:none;
	
}

