body {
	background-color: #FFFFFF;
	background-image: url(../../images/layout/bg_orange.gif);
	background-repeat: repeat-x;
}
.layout_leftcol {
	background-position: right;
	float: left;
	width: 200px;
	padding: 50px 0px 0px 20px;
	text-align: right;
}
.layout_body {
	width: 450px;
	position: relative;
	padding: 0px 0px 0px 10px;
	float: left;
	top: 50px;
}
.text_bodynomral {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	vertical-align: middle;
	text-align: justify;
	position: absolute;
}
.text_bodyheading1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	vertical-align: middle;
	text-align: justify;
	position: absolute;
}
.paragraph_smallline {
	font-size: 10px;
	font-style: normal;
	line-height: 4px;
}
A:link{ 
	text-decoration: none; 
	color: #FF6600;
}
A:visited  
	text-decoration: none;
	color: #FF6600;
}
A:hover{ 
	text-decoration: 
	underline: none; 
	font-weight: none; 
	color:#FC9700;
}