COPYRIGHT
{
    ALL: "Copyright (c) 2004 - Krea.fo, site: http://www.krea.fo, email: mailto:krea@krea.fo"
}
body {
	scrollbar-track-color:#003366;
	scrollbar-3dlight-color:#003366;
	scrollbar-arrow-color: #001F3E;
	scrollbar-base-color: #003366;
	scrollbar-darkshadow-color: #001F3E;
	scrollbar-face-color: #003366;
	scrollbar-highlight-color:#3662A9;
	scrollbar-shadow-color: #3662A9;
	background-image: url(../img/bg.gif);
}
td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #EDEBEF;
}
a:hover {
	color: #003366;
}
#main {
	border: 2px solid #001F3E;
}
#top .top {
	background-color: #003366;
}
#top .border {
	background-color: #3A65AB;
	background-image: url(../img/top_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1px;
}
#top .bar {
	background-color: #3A65AB;
	background-image: url(../img/bar_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#top .bar td {
	color: #EDEBEF;
	padding-bottom: 1px;
}
#middle .left {
	background-image: url(../img/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#middle .left, #middle .leftb {
	background-color: #3163AC;
	width: 150px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #EDEBEF;
}
#middle .left td, #middle .leftb td {
	color: #EDEBEF;
}
#middle .left div {
	height: 25px;
	vertical-align: middle;
}
#middle .left .selected {
	background-color: #003366;
	color: #EDEBEF;
}
#middle .left a {
	color: #EDEBEF;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
#middle .left a:hover {
	background-color: #003366;
	color: #EDEBEF;
}
#middle .border {
	background-color: #3163AC;
	background-image: url(../img/left_border.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1px;
}
#middle .content {
	background-color: #E0E0E0;
	vertical-align: top;
	padding: 20px;
	color: #003366;
}
#middle .content td, #middle .content th {
	color: #003366;
}
#middle .content a {
	color: #003366;
	font-weight: bold;
}
#middle .content a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: none;
}
.small {
	font-size: 10px;
}
#middle .content .title {
	background-image: url(../img/title_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30;
	margin-bottom:20px;
}
#middle .content .title th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	vertical-align: middle;
}
#middle .content .category {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
}
.frontpageOver td {
	cursor: hand;
	text-decoration: underline;
}