@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	background-attachment:fixed;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position: 200px 0px;
	clear:left;
	float:right;
	line-height: 20px;
	margin-bottom: 20px;
	bottom: 20px;
}

.special {
	border: 2px #330099 solid;
	background-color: #CCFFFF;
	clear: none;
	float: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
h1,h2,h3,h4 {
	font-weight: normal;
}
h1 {
	font-size:24px;
	color: #006666;
}
h2 {
	font-size:20px;
}

.center {
	text-align: center;
}

.float {
	float:left;
	width: 20%;
	margin-right: 13.2%;
	text-align: left;
	height: 160px;
	vertical-align: bottom;
}

.free_element{
	position:absolute;
	left: 724px;
	top: 1px;
	width: 25%;
}

