/* ------ Text items -------- */
body
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	color: #333;
	font-size: 0.6875em;
	padding: 0; 
	margin: 0;
}
p
{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	color: #333;
	EditMenuName: Normal;
	MARGIN-TOP: 7px; MARGIN-BOTTOM: 7px;
}

h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;
	display: inline;
	EditMenuName: Sidrubrik;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	EditMenuName: Mellanrubrik;
	margin-bottom:5px;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	EditMenuName: Underrubrik;
	margin-bottom:5px;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Ingress;
}

hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	font-size: 1em;
	color: #0084C9;
	text-decoration:underline;
}

a:hover
{
	font-size: 1em;
	color: #0084C9;
	text-decoration:underline;
}

a:active
{
	font-size: 1em;
	color: #0084C9;
	text-decoration:underline;
}

a:visited
{
	font-size: 1em;
	color: #333;
	text-decoration:underline;
}

/* --------- Links in Top menu ----------- */
a.menuhead:active, a.menuhead:visited, a.menuhead, a.menuhead:hover
{
	padding: 0em 0em 0em 0em;
	font-size: 1em;
	font-weight:normal;
	color: #5CA8CD;
	text-decoration: none;
	margin: auto;
}

.menuheadseparator
{
	font-size: 1em;
	font-weight:normal;
	color: #5CA8CD;
	display:inline;
}
