td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
/* colours */
.burg {
	color: #9A2A3F;
}
.white {
	color: #FFFFFF;
}
.grey {
	color: #5F6060;
}
/* classes */
.e {
	font-size: 15px;
	line-height: 12px;
}
.nine {
	font-size: 9px;
}
.sun {
	font-size: 15px;
	line-height: 27px;
}
.optinett {
	font-size: 12px;
}
/* coloured links */
a.burg:link, a.burg:visited {
	color: #9A2A3F;
	text-decoration: none;
	font-weight: bold;
}
a.burg:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:hover {
	color: #9A2A3F;
	text-decoration: none;
	font-weight: bold;
}


a.active:link, a.active:visited {
	color: #999999;
	text-decoration: none;
}
a.active:hover {
	color: #999999;
	text-decoration: underline;
}
/* form classes */
.100 {
	width: 100%;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width:275px;
}
.formit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width:275px;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
}

/** 2010 updates **/
table.white a:link, table.white a:visited {color:#fff;text-decoration:none;font-weight:bold;text-transform:capitalize;}
table.white a:hover {color:#ccc;}
table#pop table.white {width:160px;margin:0px 10px;}
.position {height:250px;border-top:3px solid #000000;position:relative;}
.position strong {position:absolute;bottom:42px;left:50px;color:#ccc;}