/* BEGIN brand definition */

html {
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller; 
        /*Above: setting of the keyword allows relative resizing in IE - 
        also note setting the basefont to a % works as well. */

}

.bodyText{
	color: #000000; 
}

.footerText{
	color: #000000;
	text-align: center;
	font-size: 70%;
}

label { 
    font-weight: Bold;
    color: #003946;
}

/* END brand definition */

/* Begin sunlife.css */

body, td, p { 
        color: #000000;
}

body {
        background-color: #FFFFFF;
        margin-left: 0;
        margin-top: 0;
        margin-height: 0;
        margin-width: 0;
}


.pageTitle {
	font-weight:bold;
	font-size: 120%; 
	color: #003946;
}

.ErrorMessage
{
        font-weight: bold;
        font-size: 13px;
        color: red;
        font-family: Arial
}

a:link { 
color: #0000FF;
}

a:visited { 
color: #800080;
}

a:hover { 
color: #FF0000;
}
a:active { 
color: #FF0000;
}

.breadcrumb{
font-size: 80%; 
}

.bannerText{
color: #ffffff;
font-size: 135%;
}

.legal { 
font-size: 70%; 
color: #003946;
}

/* End brand.css */

/* BEGIN brand definition for announcement */
.announcementTitle{
	font-weight: Bold;
}

.announcementDate, .announcementListDate{
	font-weight: Bold;
}

.announcementBody{
}

.announcementListYear{
	font-weight: Bold;
}

.announcementListTitle{
}
/* END brand definition for announcement */

/* BEGIN brand definition for caHome */
.caHomeLOBHeaderText{
    font: Agenda;
	color: #FFFFFF;
	background-color: #003946;
	font-weight: Bold;
}

.caHomeLOBHeaderText A:link{
	color: #FFFFFF;
	text-decoration:none;
}

.caHomeLOBHeaderText A:active{
	color: #FFFFFF;
	text-decoration:none;
}

.caHomeLOBHeaderText A:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.caHomeLOBHeaderText A:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.caHomeWhatsNewHeaderText{
    font: Agenda;
	color: #003946;
	font-weight: Bold;
}

.caHomeAnnouncementDate{
	font-size: 90%;
	font-weight: Bold;
}

.caHomeAnnouncementTitle{
	font-size: 90%;
	padding-bottom: 12px;
}

.caHomeSigninText{
	margin-top: 20px;
	margin-bottom: -25px;
}

.caHomeSigninDropdownText{
	font-size: 85%;
}

.caHomeLOBDescText {
	padding-left: 5px;
	padding-right: 5px;
}

.caHomeRightPromoText{
}
/* END brand definition for caHome */
