#tpl_bodyinner .halfleft {float:left;}
#tpl_bodyinner .halfright {float:right;}
p.floatleft {
	float:left;
}
p.floatright {
	float:right;
}
div.floatright {float:right;}
div.floatleft {float:left;}
div.boxfloatright {float:right;}
div.boxfloatleft {float:left;}

.center					{text-align: center;}
.right					{text-align: right;}
.ofr					{ float:right; } 
.ofl					{ float:left } 
.ifr					{ float:right; margin-bottom:10px; margin-left:10px;}
.ifl					{ float:left; margin-bottom:10px; margin-right:10px; }
.hide, .invisible		{ display: none; }
.spamfilter				{ display: none }
div.object-left			{ float: left }
div.object-right		{ float: right; }
div.Full_Width			{ float: none; padding: 0; margin: 0.5em 0 0.5em 0 }
div.object-center		{ margin-left: auto; margin-right: auto; text-align: center }
div.imageright, div.factboxright, div.rightobject {
					float: right; margin: 5px 0 5px 5px;
}
div.gallerythumb		{ float: left }
#tpl_gallery_home img.gallery_ifl 
						{ float: left }
.chr					{ clear: both }
.cleft					{ float: left }
.cright					{ float: right }
.divchr					{ clear: both; padding: 1px; height: 5px; font-size: 1px; }
.clrnomargin			{ clear: both; padding: 0px; height: 0px; font-size: 0px }
.nomargin				{ margin: 0; padding: 0; }
.clsleft				{ clear: left }
.clsright				{ clear: right }
.floatl {float:left;}
.floatr {float:right;}
.fltl {float:left}
.fltr {float:right}
/* MISC */
.icon{
	vertical-align:middle;
}
.textright{
	text-align:right;
}
.hidden{
	display:none;
}
.width100pc{
	width:100%;
}
.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	position:relative;
	top:-1px;
	margin-bottom:-1px;
}
/* Contact Form
----------------------------- */
label.frmboxlabel		{ float: left }
.frmclm1				{ float: left }
#tpl_menu ul li {float:left;}

@media print{
	body {background:none; background-color:#ffffff; color:#000000; margin:0px; padding:0px; width:100%;}
	div#tpl_header, div#tpl_rightpanel, div#tpl_leftpanel, div#tpl_bar, div#tpl_sitebase { display: none }
	#tpl_fullbody, div#tpl_bodypanel { background: none; margin: 0; padding: 0 }
	div#tpl_bodyinner { background-image: none; padding: 0; margin: 0; }
}