body{
	background-color : #ffffff;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #222222;
	text-align: justify;
}

hr{
	color: #333366;
	height: 1px;
	width : 50%;
	text-align : left;
}

a:active {
	color: #CC3300; 
	font-size: 11px; 
	font-family: verdana, arial; 
	text-decoration: none; 
	font-weight: bold;
}
a:visited {
	color:#CC3300; 
	font-size: 11px; 
	font-family: verdana, arial; 
	text-decoration: none; 
	font-weight: bold;
}
a:link {
	color: #CC3300; 
	font-size: 11px; 
	font-family: verdana, arial;  
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #CC3300; 
	font-size: 11px; 
	font-family: verdana, arial;  
	text-decoration: underline; 
	font-weight: bold;
}

p.menu{
	margin-left : 10px;
}
p.right{
	text-align: right;
}

h1{
	font-family : Verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #333366;
}
h2{
	font-family : Verdana, arial;
	font-size: 10px;
	font-weight: bold;
	color: #333366;
}
.rubrikSmall{
	font-family : Verdana, arial;
	font-size: 10px;
	font-weight: bold;
	color: #333366;
}
.meddelande{
	font-family : Verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #cc6600;	
}
.meddelandeSmall{
	font-family : Verdana, arial;
	font-size: 10px;
	color: #cc6600;	
}

table{
	font-family : Verdana,arial;
	font-size: 10px;
	color: #111111;
	border : 0px;
	width: 500px;
}
table.sponsorer{
	font-family : Verdana,arial;
	font-size: 10px;
	color: #111111;
	border : 0px;
	width: 500px;
	text-align: center;
}
td{
	vertical-align: top;
}

td.bg{
	border : 0px;
	padding : 2px 2px 2px 2px;
	text-align: left;
}
td.bg2{
	border : 0px;
	padding : 2px 2px 2px 2px;
	text-align: left;
	background-color: #CCFFFF;
}
td.bgRight{
	border : 0px;
	padding : 2px 2px 2px 2px;
	text-align: right;
}
td.bgRight2{
	border : 0px;
	padding : 2px 2px 2px 2px;
	text-align: right;
	background-color: #CCFFFF;
}


input{
	font-family : Verdana, arial;
	font-size: 10px;
	color: #222222;
}

textarea{
	font-family : Verdana, arial;
	font-size: 10px;
	color: #222222;
}

.logotype{
  position: absolute;
  left: 400px;
  top: 20px;
  background-color: #ffffff;
}

ol{
	list-style-type : decimal;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #222222;	
}