BODY
{  
	font-family: Verdana, Arial, ;
	/* font-size: 10px; */
	color: #444444; 
  SCROLLBAR-FACE-COLOR: #F5F9FC; 
  SCROLLBAR-HIGHLIGHT-COLOR: #DADADA; 
  SCROLLBAR-SHADOW-COLOR: #818181;
  SCROLLBAR-3DLIGHT-COLOR: #000000; 
  SCROLLBAR-ARROW-COLOR: #678AB0; 
  SCROLLBAR-TRACK-COLOR: #8DACCB; 
  /* SCROLLBAR-TRACK-COLOR: #8499AE; */
  SCROLLBAR-DARKSHADOW-COLOR: #3F3F3F; 
  SCROLLBAR-BASE-COLOR: #607D8F;
}

a {
	text-decoration: none;
	color: #3B71A0;
}
a:hover {
	text-decoration: underline;
	/*color: #CF8243;*/
	color: #C77367;
}

font {
	font: 12px Verdana;
	font-weight: none;
	color: #555555;
}

font.small {
	/*font: 10px Verdana;*/
	font: 10px verdana;
	font-weight: none;
	color: #515151;
}

font.normal {
	font: 12px Verdana;
	font-weight: none;
	color: #515151;
}





font.h1 {
	font: 24px impact;
	font-weight: none;
/*	color: #CF8243;*/
	color: #C77367;
}

font.h2 {
	/* margin-bottom: -10px; */
	font: 24px impact;
	font-weight: none; /*bolder;*/
	color: #89A6C6;
}

font.h3 {
	/* margin-bottom: -10px; */
	font: 18px impact;
	font-weight: none; /*bolder;*/
	color: #89A6C6;
}

font.h4 {
	font: 18px Arial;
	font-weight: bolder;
	/*color: #406182;*/
	color: #C77367;
}

font.highscores {
	font: 14px Arial;
	font-weight: bolder;
	/*color: #406182;*/
	color: #C77367;
}

font.overskrift1 {
	/* margin-bottom: -10px; */
	font: 16px Arial;
	font-weight: bolder;
	color: #5B7F9B;
}

font.daytag {
	/* margin-bottom: -10px; */
	font: 12px Arial;
	/* font-weight: bolder; */
	color: Gray;
	/* #7D95A6 */
}
font.datotag {
	/* margin-bottom: -10px; */
	font: 10px Arial;
	font-weight: bolder;
	color: gray;
	/* #7D95A6 */
}

font.login{
	/* margin-bottom: -10px; */
	font: 10px Verdana;
	font-weight: bolder;
	color: #E2E2E2;
	/* #7D95A6 */
}
font.login2{
	/* margin-bottom: -10px; */
	font: 12px Arial;
	font-weight: bolder;
	color: #AAAAAA;
	/* #7D95A6 */
}

font.statustag {
	/* margin-bottom: -10px; */
	font: 12px Arial;
	 font-weight: bolder; 
	color: #657781;
	/* #7D95A6 */
}







/* Form elements */
input,textarea, select, option {
	color : #E0E0E3;
	background-color : #8c939d;
	/* border-color : #16436C; */
	border: #464C53 1px solid;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	 font-weight : bold; 
	
}

/* name the class input for the input button */
input.login {
	color : #DEE2E5;
	background-color : #606770;
	/* border-color : #C0C1BC; */
	border: #43474E 1px solid;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-weight : bold;	
}