/* clear fixer */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearer { 	clear: both; }
.clear-left { 	clear: left; }
.clear-right { 	clear: right; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {	height: 1%;}

.spacer {
	font-size:1px;
	height:7px;
}

/* Alignment */
.ta-right {	text-align: right; }
.ta-left { text-align: left; }
.lefter ,
form.f700 input.lefter, form.f700 select.lefter, form.f700 textarea.lefter, form.f700 a.lefter, form.f700 span.lefter
{ 	float: left; }
{ 	float: left; }
.righter,
form.f700 input.righter, form.f700 select.righter, form.f700 textarea.righter, form.f700 a.righter, form.f700 span.righter
 {	float: right; }
.inliner { display: inline; }

/* Text */
.s-serif { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
.serif { font-family: "Georgia", "Times New Roman", Times, serif; }
.bold { font-weight: bold; }
.striked { text-decoration: line-through; }

.txt_right{
text-align: right;
padding-right:5px;
display: block;
}

.txt_left{
text-align: left;
padding-left:5px;
}

.txt_center{
text-align: center;
}

/* Display */

.hide { display: none; }

.showonready {
	display: none;
}

/* Colors */

.blue {				color: #284B81; }
.darkblue {		color: #20366c; }
.white { 			color: #FFF; }
.black { 			color: #000; }
.red {				color: #990000; }

/* Width */

.s30{
	width: 30px;
}
.s50{
	width: 50px;
}
.s60{
	width: 60px;
}
.s125 {
	width: 125px;
}
.s175 {
	width: 175px;
}
.s165 {
	width: 163px;
}
.s200 {
	width: 200px;
}
.s250 {
	width: 250px;
}
.s270 {
	width: 278px;
}
.s350 {
	width: 350px;
}

/* Font weight */
.c14 {
font-size:14px;
}
img.tmb {
	width: 50px;
	height: 50px;
	float: left;
	clear: none;
	margin: 0px;
	margin-right: 5px;
	padding: 2px;
	display: block;
	border: 1px solid #888;
	background:white;
}


p.jus {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

img.img_lefter { 	float: left; margin-right:10px;}
img.img_righter {	float: right; margin-left:10px; }
