@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment: scroll;
	background-color: #EBECEF;
}
.Cell_bg_top {
	background-attachment: scroll;
	background-image: url(../img/table_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.CellBottom {
	background-color: #605F60;
}
.Table {
}
.Cell_bg_middle {
	background-attachment: fixed;
	background-image: url(../img/table_bg_middle.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.Cell_bg_BOTTOM {
	background-color: #FFF;
}
.Cell_bg_Bottom2 {
	background-attachment: scroll;
	background-image: url(../img/table_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Cell_bg_middle2 {
	background-attachment: fixed;
	background-image: url(../img/table_bg_middle2.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.BG_menu {
	background-attachment: scroll;
	/* [disabled]background-image: url(../img/bgmenu.png); */
	background-repeat: no-repeat;
	background-position: right bottom;
}
.BG_menuSUB {
	background-attachment: scroll;
	/* [disabled]background-image: url(../img/bgmenu.png); */
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #A9B436;
	margin: 5px;
	padding: 5px;
}
.bottom {
	background-attachment: scroll;
	background-image: url(../img/table_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.border {
}
.line {
	background-attachment: scroll;
	background-image: url(../img/line.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
}
.Menusub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #EFF0F3;
}
.MenuBugg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
}
.BrodtextRubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #900;
}
.Brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.BrodtextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #A9B436;
}
.Credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
}
.Undercat_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}
.Rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
}

a:link {
	text-decoration: none;
	color: #666;
}
a:active {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	/* [disabled]text-decoration: underline; */
	color: #CCC;
}

a.myClass1:link {
	color:#666;
}
a.myClass2:link {
	color:#9A0908;
}
a.myClass3:link {
	color:#FA8D36;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.border {
	border: 1px solid #999;
	text-align: center;
}
a.nav:link {
	color: #666;
	text-decoration: none;
}
a.nav:visited {
	color: #666;
	text-decoration: none;
}
a.nav:hover {
	color: #999;
	/* [disabled]text-decoration: underline; */
}
a.nav:active {
	color: #626263;
}

a.external:link {
	color: #9A0908;
	font-size: 18pt;
	font-weight: bold;
}
a.external:visited {
	color: #9A0908;
	font-weight: bold;
}
a.external:hover {
	text-decoration: overline;
	background-color: #616162;
}
a.external:active {
	color: #9A0908;
}