@CHARSET "UTF-8";
body {
	font-size: 69%;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	line-height: 130%;
	text-align: center;
	background: #FFF;
	color: #444;
}
img {
	border: none;
}
ul, ul li {
	list-style: none;
	list-style-type: none;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.hide {
	display: none;
}
.vmiddle {
	vertical-align: middle;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.9em;
}
.float_left, .fleft  {
	float: left;
	display: inline;
}
img.float_left, img.fleft {
	margin-right: 10px;
	margin-bottom: 5px;
} 
.float_right, .fright {
	float: right;
	display: inline;
}
.text p {
	margin-bottom: 5px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */