/* LOGOCELL */
#logoCell {
	height: 100px;
	min-height: 100px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#logoCell #logo {
	margin: 0px;
	padding: 0px;
	height: 91px;
	width: 321px;
	background-color: #F0F0F0;
	display: block;
	position: relative;
}
#logoCell #text {
	position: absolute;
	top: 10px;
	right: 30px;
	border: none;
	display: block;
	z-index: 50;
}
#logoCell #logo #blue {
	position: absolute;
	left: 0px;
	background-color: #0A4493;
	height: 25px;
	top: 63px;
	width: 315px;
	background-image: url(../pictures/logo_blue.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
	padding: 0px;
}
#logoCell #logo #blue .corner {
	background-color: #F0F0F0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
#logoCell #logo #blue #cT1 {
	height: 1px;
	top: 0px;
	left: 313px;
}
#logoCell #logo #blue #cT2 {
	height: 2px;
	top: 0px;
	left: 314px;
}
#logoCell #logo #blue #cT3 {
	height: 3px;
	top: 0px;
	left: 315px;
}
#logoCell #logo #blue #cB1 {
	height: 1px;
	left: 313px;
	top: 24px;
}
#logoCell #logo #blue #cB2 {
	height: 2px;
	top: 23px;
	left: 314px;
}
#logoCell #logo #blue #cB3 {
	height: 3px;
	top: 22px;
	left: 315px;
}


#logoCell #logo #blue p {
	font-size: 9px;
	color: #E2E2E2;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
}

#logoCell #logo #blueBr1 {
	background-color: #000000;
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 200px;
	left: 0px;
	top: 62px;
}
#logoCell #logo #blueBr2 {
	background-color: #000000;
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 150px;
	left: 0px;
	top: 88px;
}

#logoCell #logo #omut {
	background-color: #0A4493;
	height: 30px;
	width: 190px;
	display: block;
	position: absolute;
	left: 38px;
	top: 10px;
}
#logoCell #logo #omut img {
	border: none;
}

#logoCell #logo #omutText {
	position: absolute;
	left: 38px;
	top: 45px;
	width: 228px;
	height: 11px;
	background-color: #0A4493;
}
#logoCell #logo #omutText img {
	border: none;
}
