/* GENERAL */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
p {
	font-family: tahoma;
	font-size: 11px;
	color: #4A4A4A;
	}

.rub{
	font-family: Arial;
	font-size:11px;
	color: #60BEE6;
	font-weight:bold;
}

.meny{
	font-family: Arial;
	font-size:11px;
	color: #03254A;
	font-weight:bold;
}

/* LINKS */

a {
	font-family: Tahoma;
	font-size: 11 px;
}
a:link {
	text-decoration: none;
	color: #004490;
	font-weight:normal;
	}
a:visited {
	text-decoration: none;
	color: #004490;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #6AC2E8;
	font-weight:normal;
}
a:active {
	text-decoration: none;
	color: #6AC2E8;
	font-weight:normal;
}

A.menu1
{
	text-decoration: none;
	color: #03254A;
}

A.menu1:active
{
	text-decoration: none;
	color: #03254A;
}

A.menu1:visited
{
	text-decoration: none;
	color: #03254A;
}

A:hover.menu1
{
	text-decoration: none;
	color: #60BEE6;
}

/* CUSTOM CLASS */

.title {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Tahoma;
	color: #f1f1f1;
}

.newstitle {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	FONT-FAMILY: Tahoma; 
	color: #F26579;
}

.newstext {
	FONT-SIZE: 7pt; 
	FONT-FAMILY: Tahoma; 
	color: #F26579;
}

.copyright {
	FONT-SIZE: 7pt; 
	FONT-FAMILY: Tahoma; 
	color: #A7A7A7;
}

.bgside {
	background-attachment: scroll;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat-y;
}

.bg {
	background-attachment: fixed;
	background-image: url(../img/bg03.jpg);
	background-repeat: repeat;
}