/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002942;
	line-height: 14px;
	
} 
.copywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}

/* Overall links style*/

a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #0077C1;
	text-decoration: underline;
	font-weight: bold;
}


.more {
	color: #002942;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat right;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}


.more a:link {
		color: #002942;
}

.more a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




.morewhite {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow_white.gif) no-repeat right;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}


.morewhite a:link {
		color: #FFFFFF;
}

.morewhite a:hover {
	color: #0077C1;
	text-decoration: none;
}

/* //////////////////////// */
/* LOGIN */

/* ABC website link */
#login p {
	padding-top:16px;
	font-size: 10px;
}


/* //////////////////////// */
/* FOOTER */

/* ABC website link */
#abc a {
	display: block;
	width: 118px;
	height: 24px;
	background-image: url(../images/img/footer/abc_link.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#abc a:hover {
	background-image: url(../images/img/footer/abc_link_rollover.png);
}
.footer {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #0077C1;
}

