/* Common tags                 */
/*-----------------------------*/

body
{
	background-color:#f5f5f5;
	font-family: Verdana;
	font-size: small;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

A:link
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
A:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
A:active
{
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	color: #ff3333;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

A.bodyLink:link
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
A.bodyLink:visited
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
A.bodyLink:active
{
	color: white;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
A.bodyLink:hover
{
	color: #4D9FE1;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

A.topLink:link
{
	color: #163A6E;
	text-decoration: underline;
	font-weight: normal;
}
A.topLink:visited
{
	color: #163A6E;
	text-decoration: underline;
	font-weight: normal;
}
A.topLink:active
{
	color: #163A6E;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}
A.topLink:hover
{
	color: #4D9FE1;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}

p
{
	line-height: 1.4em;
}

.title
{
	text-transform: uppercase;
	font-family: verdana;
	font-size: large;
	font-weight: bold;
	color: #6487DC;
}


hr
{
	border-top: 1px solid #acadb0;
	height: 1px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
	font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #265CC0;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30px;
	color: #265CC0;
	margin-bottom: -15px;
}

h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15px;
	color: #265CC0;
	padding-left: 15px;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/
table
{
	font-size: 1em;
}

table.header
{
	background-color: #2A48CE;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title
{
	text-align: center;
	font-family: verdana;
	font-size: x-large;
	font-weight: bolder;
	color: #FFFFFF;
}

td.headerbar
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu
{
	background-color: #6487DC;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30px;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: #6487DC;
	text-align: right;
}

FONT.meny
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-weight: bolder;
}

A.meny
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-weight: bolder;
}
A.meny:Hover
{
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana;
	text-decoration: Underline;
	font-weight: bolder;
}

.lowButton
{
	color: white;
	font-weight: bolder;
	cursor: pointer;
	background-color: #006699;
	border-color: #b3d7e0;
}
.lowButton:Hover
{
	color: #007a97;
	background-color: #b3d7e0;
	border-color: #006699;
	cursor: pointer;
}
.lowButton:Disabled
{
	cursor:default;
	color: #84b5cd;
	background-color:#e5eaeb;
	border-color: #e5eaeb;
	border-style:none;
}

