/* -------------------------------- PORTAL HEADER STYLE --------------------------------*/
.headerContainer, .headerText	{ 
	font-family: Tahoma, sans;
	font-size: 23px;
	font-weight: bold;
}

.headerContainer {
	position: relative; 
	left: 1px; 
	top: 1px; 
}

.headerText {
	position: absolute; 
	left: -1px; 
	top: -2px; 
}

a.copyright, a.copyright:hover, a.copyright:active, a.copyright:visited {
	display: block;
	font-family: Verdana, sans;
	font-size: 7pt;
	text-decoration: none;
	outline: none;	
}

a.copyright:hover {
	text-decoration: underline;
}