.BODY {
	font-family: Arial; 
    font-size: 7pt; 
	color: black;
	}
A{
    color: #000000;
	text-decoration: none
   

}
A:HOVER{
    color: #ff3300; /* BAMSE modified #669933 */
    text-decoration: underline
}
.TopNavigation{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt;
    color: #356A9F; 
    cursor: hand; 
    font-weight: bold; 
    text-decoration: none
}
a.TopNavigation:HOVER{
    font-family: Arial, Helvetica, sans-serif; 
    color: #6699FF; 
	text-decoration: underline;
	font-size: 9pt;
}
.TopNavigation_Content{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt;
    color: #99ccff; 
    cursor: hand; 
    font-weight: bold; 
    text-decoration: none
}
a.TopNavigation_Content:HOVER{
    font-family: Arial, Helvetica, sans-serif; 
    color: #6699FF; 
	text-decoration: underline;
	font-size: 9pt;
}
.ActiveButton{
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
	color: #669933;
	background-color:#FFFFFF;
	width: 100%;
	height: 20px;
}

.NormalText{
	font-family: Arial; 
    font-size: 9pt; 
	color: black;
}
.NormalBold{
	font-family: Arial; 
    font-size: 11px; 
	color: black;
	font-weight: bold;
}
.KCText{
	font-family: Arial; 
    font-size: 9pt; 
	color: #669900;
	font-weight: bold;
}

/* Bamse added */
/*Global*/
BODY 
	{
		background-color: #FFFFFF;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color:#5D5C5C				
	}

TEXTAREA,TEXTBOX,FILE,INPUT,SELECT,SUBMIT

	{
		background-color: #f9f9f9; 
		border: #7da1d2 1px solid; 
		color: #5D5C5C;
		font-family: Verdana, Tahoma, Helvetica, Arial; 
		font-size: 11px; 
		font-weight: bold;
	}


TD.grey-td
	{
		background-color: #CCCCCC;
	}
	
SPAN.color1
	{
		color: #009999;
		font-weight: bold
	}	

SPAN.error
	{
		color: #FF0000;
		font-size: 10px
	}

DIV.tb-space
	{
		padding-top: 10px;
		padding-bottom: 10px
	}
H1
	{
		font-size: 14px;
		text-decoration: underline;
	}

H2
	{
		font-size: 11px;
	}				

/* leftnav.ssi */

A.leftmenu:link {}
A.leftmenu:visited {}
A.leftmenu:active {}
A.leftmenu:hover {}

DIV.leftmenu 
	{
		padding-left: 15px;
	}
	
/* dir.php */

A.dir-nav:link {}
A.dir-nav:visited {}
A.dir-nav:active {}
A.dir-nav:hover {}

A.dir-links:link {}
A.dir-links:visited {}
A.dir-links:active {}
A.dir-links:hover {}

HR.dir-hr
	{
		width: 60% 
	}
SPAN.dir-description
	{
		font-size: 10px;
	}

SPAN.dir-nav
	{
		font-size: 8px;
	}
/* faq.htm */

A.faq:link {font-size: 12px; text-decoration: none}
A.faq:visited {font-size: 12px;  text-decoration: none}
A.faq:active {font-size: 12px;  text-decoration: none}
A.faq:hover {font-size: 12px;  text-decoration: underline}

SPAN.faq
	{
		font-size: 11px;
		font-weight: bold;
		color: #0066cc;
	}

P.faq 
	{
	}	