body {
    margin-top:5;
    margin-left:10;
    font-family: Verdana, Times New Roman;
    font-size: 13px;
	line-height: 12px;
}

p.padd {
    padding-bottom: 10px;
    padding-top: 5px;
}
p.padd_1 {
    padding-bottom: 15px;
    padding-top: 15px;
}

p.meny {
    font-size: 12;
    /* font-weight: bold; */
}

p.list_bold {
    font-size: 12;
    font-weight: bold;
}
p.list {
    font-size: 12;
    /* font-weight: bold; */
}

p.headline {
    font-family: Verdana, Times New Roman;
    font-size: 18px;
	line-height: 16px;
	font-weight: bold;
}

a:link {color: blue;}     /* visited link */
a:visited {color: blue;}     /* visited link */
a:active {color: blue;}     /* visited link */
a:hover {color: blue;}     /* visited link */

a.meny:link {text-decoration: none;}        /* unvisited link */
a.meny:visited {text-decoration: none;}     /* visited link */
a.meny:active {text-decoration: none;}      /* selected link */
a.meny:hover {text-decoration: underline;}  /* mouse over link */


a.foot:link {text-decoration: none; color: blue;}        /* unvisited link */
a.foot:visited {text-decoration: none; color: blue;}     /* visited link */
a.foot:active {text-decoration: none; color: blue;}      /* selected link */
a.foot:hover {text-decoration: underline; color: blue;}  /* mouse over link */

a.foot2:link {text-decoration: none; color: black;}        /* unvisited link */
a.foot2:visited {text-decoration: none; color: black;}     /* visited link */
a.foot2:active {text-decoration: none; color: black;}      /* selected link */
a.foot2:hover {text-decoration: underline; color: black;}  /* mouse over link */

font.headline {
    font-family: Verdana, Times New Roman;
    font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

td.padd {
    padding: 5px;
}
table.border {
    padding: 5px;
    border-spacing: 0;
    border-style: solid;
    border-collapse: collapse;
    border-color: #000;
    border-width: 1 1 1 1;
    /*border-color: #abc;*/
}
td,th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

td.border {
    padding: 5px;
    border-spacing: 0;
	border-style: solid;
    border-collapse: collapse;
    border-color: #000;
    /*border-color: #556;*/
    border-width: 1 1 1 1;
}

td.border_bl {
    padding: 5px;
    border-spacing: 0;
	border-style: solid;
    border-collapse: collapse;
    border-color: #000;
    /*border-color: #556;*/

    border-width: 0 0 1 1;
}
/*top, right, bottom, left */
td.border_tbl {
    padding: 5px;
    border-spacing: 0;
	border-style: solid;
    border-collapse: collapse;
    border-color: #000;

    border-width: 1 0 1 1;
    /*border-color: #556;*/
}

td.border_tbl2 {
    padding: 2px;
    border-spacing: 0;
	border-style: solid;
    border-collapse: collapse;
    border-color: #000;

    border-width: 1 0 1 1;
    /*border-color: #89a;*/
}

td.border_blr{
    padding: 5px;
    border-spacing: 0;
	border-style: solid;
    border-collapse: collapse;
    border-color: #000;
    /*border-color: #89a;*/

    border-width: 0 1 1 1;
}

