body { margin: 0; padding: 0 }
a {
	color: blue;
}
/* font resizer begin */
a.fancy_tooltip span {
	display:none; padding:2px 3px; margin:3px; text-decoration:none;
}

a.fancy_tooltip:hover span {
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
	text-decoration:none;
	white-space:nowrap;
	top: -25px;
	left: -10px;
}

#resizeFontMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space:nowrap;
	float:right;
}

#resizeFontMenu * {
	text-decoration: none;
}

.newsHeading, .newsDate {
	font-weight: bold;
	text-align:left;
	font-size: 12px;
	padding-bottom: 4px;
}

.newsDate {
	text-align:right;
}

.newsBody {
	text-align: justify;
	border-bottom: 1px dashed #c9c9c9;
	padding-bottom: 13px;
}

.newsBody2 {
	text-align: left;
	border-bottom: 1px dashed #c9c9c9;
	padding-bottom: 13px;
}

.newsheading {
	text-align: left;
	padding-bottom: 16px;
}

.blist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.blist li {
	background-image: url(/web/AOLWebApp/portlets/contents/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	padding-bottom: 8px;
}

.docCentreBanner * {
	font-size: 1.1em;
	font-weight: bold;
}
/*********************** Tabs ****************************/
ul.tabs {
	margin: 0;
	padding:0px;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;

}
ul.tabs li {
background: #a5b3ba; /* Old browsers */
background: -moz-linear-gradient(top, #a5b3ba 0%, #86aecc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5b3ba), color-stop(100%,#86aecc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a5b3ba 0%,#86aecc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a5b3ba 0%,#86aecc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a5b3ba 0%,#86aecc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5b3ba', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a5b3ba 0%,#86aecc 100%); /* W3C */
	top:0px;
	float: left;
	margin-left: 0px;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 30px; /*--Vertically aligns the text within the tab--*/
	border:none;
	border-left: none;
	margin-bottom: 0px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background-color:#004B85;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	font-weight: bold;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
outline: 1px dotted #DDDDDD;
outline-offset: 10px; /*Delete if you don't want an offset*/
	background: #ddd;
	color:#666;
	opacity:0.6; filter:alpha(opacity=60);
}
.tab_container {border: 1px solid #999;border-top: none;overflow: hidden;clear: both;float: left; width: 100%;background:#666666;padding-top:1px;}
.tab_content {	padding: 20px;}
.tab_container1 {	border-top: none;	overflow: hidden;		float: left; width: 100%;	background: #fff;}
.left{float:left;}
.go_paperless_btn{text-align:right;padding-top: 60px;}
ul.left_nav{list-style: none;padding-left: 0px;margin: -10px 0 0 0;}
ul.left_nav li.header{font-size: 16px;color: #4d4e4e;font-weight: bold;margin: 10px 0 5px 0;padding-left: 15px;border-top: 1px solid #cfcfcf;padding-top: 15px;}
ul.left_nav li.noline{border-top: 0;padding-top: 0;}
ul.left_nav li a{color: #213469;display: inline-block;padding: 6px 0 6px 20px;width: 225px;line-height: 14px;}
ul.left_nav li a:hover{background-color: #213469;color: white;}
