body	{
	background-color: 	#ffffff;
	}
a,a:link,a:visited,a:hover,a:active
	{
	color:			gray;
	text-decoration:	none;
	}
.meny	{
	font-size:		14px;
	letter-spacing:		1px;
	line-height:		14px;
	}
table	{
	margin-top:		50px;
	margin-bottom:		50px;
	}
td 	{
	color:			gray;
	font-family:		arial;
	font-size:		12px;
	line-height:		20px;
	}
#border {border-bottom: 1px solid #aaaaaa;
	font-size: 14px;
	font-weight: normal;
	padding-bottom:		20px;
	letter-spacing: 1px;
	}
h3	{
	text-transform:		lowercase;
	font-weight:		normal;
	color:			black;
	letter-spacing:		1px;
	}
img	{
	border:0px;
	}
.text	{
	text-align:		justify;
	}




/*------------------------------------------------------------* /





.chromestyle{
font-weight: normal;
font-family: arial;
font-size: 14px;
letter-spacing: 1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul li a{
font-size: 14px;
letter-spacing: 1px;
color: gray;
padding: 0px 0px 0px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
line-height: 0px !important;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
border: 1px solid #aaaaaa; 
border-bottom-width: 0;
font: 12px arial;
letter-spacing: 1px;
line-height:18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
margin-top:8px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 4px;
text-decoration: none;
font-weight: normal;
color: gray;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}