﻿body
{
	FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE:small;
	background: url(images/bgfade.gif) 0 0 repeat-x #cccccc;
	border-color: #eeeeee;
	border-width: 0px;
}

a
{
	  text-decoration: none;
}

.textBold
{
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-WEIGHT: bold
}

.header
{
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;  
    line-height:40px;
}

.headersmall
{
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	LINE-HEIGHT:25px;
}

.text
{
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 12px;
}

.liten
{
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE: 10px;
}


.Footer
{
    FONT-FAMILY: arial, verdana, sans-serif;
    FONT-SIZE:12px;
}


div.innershadowbox {
border: 1px solid black;
background: #FFFFFF;
position: relative;
right: .5em; bottom: .5em;
width:800px;
}

div.outershadowbox {
background-color: #555555;
margin: .5em 0 0 .5em;
margin-top: 2.5em;
width:815px;
}


/** Positioning **/
div.frame {border: 1px solid rgb(100,100,100); padding: 5px;}
table.pic {margin: 5px 0px 0px 5px; border-collapse: collapse;}
table.pic td { padding: 0px;}
td.tl {background: rgb(240,240,240);}
td.tr {background: url(Images/dropshadow.gif) no-repeat top right;}
td.bl {background: url(Images/dropshadow.gif) no-repeat bottom left;}
td.br {background: url(Images/dropshadow.gif) no-repeat bottom right; width: 20px; height: 20px;}
/** I had to dirty-up the markup ( ...cellspacing="0"...) for IE5 Mac compatibility, sorry... **/