/***********************************************/
/* Aviva Life and Annuity Company 99993        */
/* 99993banner.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 {
	height: 75px;
	border-bottom-color: #5c9c2a;
}
/* #5c9c2a #5d972b #518e1c #006633 */

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 15px;
	top: 15px; 
}

/*  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;
}
