/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: white;
	background-color: #011d30;
	padding: 0;
	margin: 0;
	scrollbar-face-color: black;
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: #00CCFF;;
	SCROLLBAR-3DLIGHT-COLOR: #00CCFF;;
	SCROLLBAR-ARROW-COLOR: #00CCFF;;
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	}
h1 {
	color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;	
	}
.title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	color: #808080;
	font-weight: bold;
	}	
.main_text {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #bbbbbb; 
    }
.lines {
	background-color: #012d3a;
	}
.black {
	background-color: #000000;
	}
.bg1 {
	background-repeat: no-repeat;
	background-image: url('/images/bg1.jpg');
	background-position: top right;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #bbbbbb; 
	}
.bg2 {
	background-repeat: no-repeat;
	background-image: url('/images/bg2.jpg');
	background-position: top center;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #bbbbbb; 
	}
.bg3 {
	background-repeat: no-repeat;
	background-image: url('/images/bg3.jpg');
	background-position: top right;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #bbbbbb; 
	}	
.bg4 {
	background-repeat: no-repeat;
	background-image: url('/images/bg4.jpg');
	background-position: top right;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #bbbbbb; 
	}
.bg5 {
	background-repeat: no-repeat;
	background-image: url('/images/bg5.jpg');
	background-position: top right;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #bbbbbb; 
	}
a {
	color: #00CCFF;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	}
a:hover  {
	font-size: 8pt;
	text-decoration: underline;
	}
a.menu  {
	color: #00CCFF;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	padding-top: 1cm;
	padding-left: 0.5cm;
	padding-right: 0.5cm;
	padding-bottom: 1cm;
	text-decoration: none;
	}
a.menu:hover  {
	font-size:70%;
	padding-top: 1cm;
	padding-left: 0.5cm;
	padding-right: 0.5cm;
	padding-bottom: 1cm;
	text-decoration: underline;
	}
