@charset "utf-8";
/*
-----------------------------------------------
Site Widely Used Styles
Author:   Andriy Kharook at andriy.kharuk@gmail.com
Version:  11 dec 2008
----------------------------------------------- */

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clear { 
	clear:both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.hide {
	display: none;
}
.italic {
	font-style: italic;
}
.left { 
	text-align: left;
}

.right {
	text-align: right;
}

