@charset "UTF-8";
/* CSS Document */

body {
	font: 13px/17px Verdana, Sans-serif;
}
#wrapperBlock {
	width: 546px;
	margin: 85px auto 0;
}
#logoTop {
	width: 546px;
	height: 123px;
}
#logoTop img {
	margin: 0 0 0 13px;
}
/* Standard tags */
p {
	margin: 0;
	padding: 0;
	color: #888;
	text-align: justify;
}
#labels {
	margin: 10px 0 0 0;
}
#labels p {
	font-size: 9px;
	line-height: 12px;
	width: 523px;
}
#labels p span {
	color: #006699;
}
#textBlockBtm {
	margin: 0 0 10px 0;
}
#textLeft, #textRight {
	width: 50%;
	float: left;
}
#textRight p {
	padding-left: 20px;
}
#clear {
	clear: both;
}
/* MooTools MouseEnter Effect CSS Styles */

div#mouseOverEffect, div#mouseOverEffectContact, div#mouseOverEffectOther {
	width: 175px;
	height: 21px;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	font: 13px Verdana, Sans-serif;
	line-height: 21px;
	float: left;
	color: #069;
	margin: 8px 0 0 0;
}
div#mouseOverEffectContact {
	width: 169px;
}
div#mouseOverEffect p {
	cursor: text;
}
div#mouseOverEffectContact {
	border-left: none;
	border-right: none;
}
div#mouseOverEffectContact a {
	text-decoration: none;
	color: #069;
}
div#mouseOverEffect span, div#mouseOverEffect a, div#mouseOverEffectContact span, div#mouseOverEffectOther span, div#mouseOverEffectOther a {
	display: block;
	padding: 0 8px;
	cursor: pointer;
}
div#mouseOverEffect a, div#mouseOverEffectOther a {
	color: #888;
	font: 10px Verdana, Sans-serif;
	line-height: 16px;
	text-decoration: none;
}
div#mouseOverEffect a:hover, div#mouseOverEffectOther a:hover {
	background: #CCCCCC;
	cursor: pointer;
}
