/* CSS Document */

body {
	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #CCC;
	
} 


/* Overall links style*/

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

/* //////////////////////// */
/* 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);
}
