a.bulletLinks {
	text-decoration: underline;
	font-weight: bold;
	color: #003399;
	display: block;
	padding-top: 4px;
	background-image: url(arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 5px;
	text-align: left;
}
a.bulletLinks:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
	display: block;
	padding-top: 4px;
	background-image: url(arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 5px;
	text-align: left;
}

a.LeftNav {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}
a.LeftNav:hover {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	background-color: #CCCCCC;
}
a.LeftNavBtmLN {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a.LeftNavBtmLN:hover {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	background-color: #CCCCCC;
}


a.LeftNavLTGray {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
}
a.LeftNavLTGray:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	background-color: #999999;
}
a.LeftNavRED {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	display: block;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}
a.LeftNavRED:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	display: block;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}



.tab-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a {
	text-decoration: underline;
	color: #003399;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.white {
	text-decoration: none;
	color: #FFFFFF;
}
.whiteCopy {

	text-decoration: none;
	color: #666666;
}
.BulletText {
	text-decoration: underline;
	font-weight: bold;
	color: #003399;
	display: block;
	padding-top: 4px;
	background-image: url(arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 5px;
}
.social_media_icon {
    float: right;
    margin-right: 112px;
}
.social_media_icon span {
    color: #C30000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}
.social_media_icon img {
    border: 0 none;
    margin-left: 5px;
}


td.logo {
    position: relative;
    padding: 10px;
}

td.logo a {
    display: flex;
    position: relative;
    margin: auto;
    width: fit-content;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 87px;
}

td.logo a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0033998f;
    border-radius: 10px;
}

td.logo img {
    position: relative;
    z-index: 2;
    margin: auto;
}


