/***********************************************/
/* Deutsche Bank Demo 99996                    */
/* 99996banner.css                             */
/***********************************************/ 



/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/

/*  Add background-image if the client has a background image for their banner.
    The background-color may also be set to match the client's banner.  */

/*.header {
	background-image: url(Images/bannerImage.jpg);
	background-repeat: no-repeat; 
	background-position: center top; 
}*/

.header {
	height: 99px;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 0px;
	top: 0px; 
}

/*  adjust top/left depending on banner
    change color as needed */
/*.headerTitle {
    color: #FFF;
	left: 350px;
	top: 20px; 
}*/

/*  adjust top/left depending on banner
    change color as needed */
/*.headerSubTitle {
    color: #FFF;
	left: 350px;
	top: 45px; 
}*/

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink 
{
    color:#003399;
    font-weight:bold;
}

.headerLink a:link{
	color: #003399;
}

.headerLink a:visited{
	color: #003399;
}

.headerLogout a:link {
	color: #003399;
}

.headerLogout a:visited {
	color: #003399;
}

.headerLogout a:hover {
	color: #6699FF;
}
