@charset "utf-8";
/* CSS Document */


#SubHead_Zone{
	display:block;
	width:100%;
	height:24px;
	margin-bottom:16px;
	background-color:#999999;
}
#SubHead_Content{
	display:block;
	width:990px;
	height:24px;
	margin: 0px auto;
	background-color:#999999;

	/*background-color:#666666;*/
}


#LoginBox{
	display:block;
	float:right;
	width:350px;
	height:20px;
	background-color:#666666;
	padding:2px;

}

#LoginBox label{
	display:block;
	float:right;
	font-size:11px;
	color:#FFFF33;
	line-height:20px;
	
	margin-left:6px;
	text-transform:capitalize;
	text-transform:uppercase;


}

#LoginBox input{
	display:block;
	float:right;
	width:120px;
	height:14px;
	border-style:solid;
	border-color:#666666;
	margin-left:4px;
	
	font-size:12px
}

/* -------------------------
		More Headlines 
---------------------------*/
.WelcomeUserTxT{
	display:block;
	float:left;
	color:#FFFFFF;
	height:24px;
	width:275px;
	line-height:19px;
	text-align:center;
	font-weight:bold;
	text-transform:capitalize;
	letter-spacing:0.2px;
}
.WelcomeUserTxT a:link{
	text-decoration:none;
	color:#FFFFCC;
	font-weight:normal;
}
.WelcomeUserTxT a:visited{
	text-decoration:none;
	color:#FFFFCC;
	font-weight:normal;

}
.WelcomeUserTxT a:hover{
	text-decoration:underline;
	color:#FFCC00;
	font-weight:normal;

}



