/* Global Styles */

body {
	margin:0px;
	background-color:#14285f;
	font-family:Arial, Helvetica, sans-serif;
	}
		
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
h1 {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:0.2em;
	vertical-align: top;
	margin: 0px;
	padding: 50px 0px 0px 0px;
}
	
/* ID Styles */

#master {
}

#top {
	background-color:#02021E;
	height:140px;
	}
	
#top img {
	float: left;
}

#stripeA {
	height: 2px;
	background-color: #cc3300;
	margin-bottom: 2px;
	clear: both;
}

#stripeB {
	height: 1px;
	background-color: #cc3300;
	margin-bottom: 32px;
	clear: both;
}

#meny {
}

#meny a{
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px 48px 10px 10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px; 
}

#meny ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#meny ul li{
	display: inline;
}


#meny a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
}

	

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	vertical-align:top;
	}
	
.smallText {
	font:11px arial;
	color:#99CCFF;
	}
	

	