/* Copyright K-Media AS 2011 */

/* GENERAL */
body {
	margin:0;
	padding:0;
	background-color:#eaeaea;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
/* ----- */

/* LINKS */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover	{
	color: black;
}
a#grey	{
	color:#666666;
	border-bottom:1px solid #666666;
}
/* ----- */

/* BOTTOM LINE */
#bottomline, #bottomline a {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #909090;
	font-size:12px;
	text-align:center;
}
/* ----- */
