@CHARSET "UTF-8";
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* LOADING *******/
#loading{
	text-align: center;
	visibility: hidden;
}
/******* /LOADING *******/
/******* CONTENT *******/
#content{
	color: #7e7e7e;
	margin: 0 0 20px 0;
	line-height: 1.3em;
	font-size: 11px;
}
#content p{
	margin-bottom: 0.7em;
}
#content a{
	font-weight: 600;
	color: #6fa5fd;
	border-bottom: 1px dotted #6fa5fd;
}
/******* /CONTENT *******/
/******* FOOTER *******/
#footer{
	background: #efefef;
	border: 1px solid #d0ccc9;
	padding: 10px;
	color: #7e7e7e;
	font-size: 11px;
	text-align: right;
}
/******* /FOOTER *******/