A.CPageHeaderTop, DIV.CPageHeaderTitle, A.CPageHeaderBar {
	font-family : Arial, Helvetica, sans-serif;
  font-weight : normal;
}

A.CPageHeaderTop, A.CPageHeaderBar {
	font-size : 12px;
  text-decoration : none;
}

A.CPageHeaderTop:HOVER, A.CPageHeaderBar:HOVER {
	text-decoration : underline;
}

DIV.CPageHeaderTop, DIV.CPageHeaderLogo, DIV.CPageHeaderTitle, DIV.CPageHeaderBar {
  position : absolute;
}

DIV.CPageHeaderVSpace {
  height : 80px;
}

DIV.CPageHeaderTop {
  right : 12px;
  top : 0px;
  width : 400px;
  text-align : right;
}

A.CPageHeaderTop {
	color : #007AC9;
  margin-left : 17px;
}

A.CPageHeaderTop:HOVER {color : #007AC9;}

DIV.CPageHeaderLogo {
  left : 6px;
  top : 15px;
  width : 200px;
  height : 35px;
  cursor : pointer;
  background-image : url(Logo.gif);
	background-repeat : no-repeat;
	background-position : top;
}

DIV.CPageHeaderTitle {
  font-size : 18px;
	color : #00005F;
  left : 213px;
  top : 19px;
}

DIV.CPageHeaderBar {
  left : 0px;
  top : 65px;
  width : 100%;
  height : 21px;
  background-color : #0099CC;
  padding-top : 4px;
  overflow-y : hidden;
}

A.CPageHeaderBar {
	text-transform : uppercase;
	color : #FFFFFF;
  margin-left : 16px;
  margin-right : 11px;
}

A.CPageHeaderBar:HOVER {color : #5D6666;}

