﻿/*Styles*/
html {
	background-color: #FFFFFF;
	text-decoration: none;

scrollbar-base-color:#990033;
scrollbar-arrow-color:aqua; 
scrollbar-track-color:white; 
scrollbar-shadow-color:#990033;
scrollbar-face-color:#990033;
scrollbar-highlight-color:white; 
scrollbar-darkshadow-color:aqua; 
scrollbar-3dlight-color:aqua; 
}
.body1 {
	background-color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;
}

.wellcome {
	background-color: #FFFFFF;
}
.header {
	background-color: #990033;
}
.footer {
	background-color: #990033;
}
/*Table - no border*/
.table1 {
	border-left-color: white;
	border-left-width: 1px;
	border-style: solid;
	border-right-color: white;
	border-top-color: white;
	border-bottom-color: white;
	background-color: #FFFFFF;
}
/*Table - left border*/
.table2 {
	border-left-color: black;
	border-left-width: 1px;
	border-style: solid;
	border-right-color: white;
	border-top-color: white;
	border-bottom-color: white;
	background-color: #FFFFFF;
}
/*Table - right border*/
.table3 {
	border-left-color: white;
	border-right-width: 1px;
	border-style: solid;
	border-right-color: black;
	border-top-color: white;
	border-bottom-color: white;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*Table row grey*/
.rg {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #E9E9E9;
}
.rm {
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990033;
}

/*Table row white*/
.rw {
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*Anker row white*/
.rwa:hover {
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #FFFFFF;
	background-color: maroon;
	text-decoration: none;
}


/*Table row white italic bold heading*/
.rwh {
	font-family: "Times New Roman";
	font-size: medium;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
/*Table row white italic*/
.rwk {
	font-family: "Times New Roman";
	font-size: medium;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-style: italic;
}
/*Table row white kursiv footnote*/
.rwkn {
	font-family: "Times New Roman";
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-style: italic;
}
/*Table row white centre very large*/
.rcl {
	font-family: "Times New Roman";
	font-size: xx-large;
	color: #800000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}


/*Table row white - centre*/
.rc {
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
}

/*Text-font-left*/
.txl {
	font-family: Verdana;
	font-size: small;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

