﻿#header #HeaderA1
{
    position: relative;
    bottom: 0px;
    text-align: left;
}

#header #HeaderB1
{
	position: absolute;
	top: 18px;
	left: 550px;
	text-align: right;
	z-index: 100;
	background-color: transparent;
}

#header #HeaderZ1
{
    position: relative;
	top: 20px;
    right: 10px;
    text-align: right;
    font-size: large;
}

#A1
{
    float:left;
    top:0px;
    width:75%;
    text-align: left;
}

#B2
{
    float:left;
    top:0px;
    width:67%;
    text-align: left;
}

#Z1, #Z2
{
    top: 0px;
    right: 0px;
    text-align: right;
}

#c_link
{
    color:#707070;
    text-decoration: none;
}

.wpHeader
{
	/*background-color: #E0E0E0;*/
	font-family:Arial Rounded MT Bold;
	font-size:large;
	text-align:left;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 0;
	color:Blue;
}