body, html{
    PADDING: 0px;MARGIN: 0px;
    background-color:#ccc;
}

/* default font, storlek, färg*/
td, th, p, div, body, font, input, select, a{
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	color:Black;
	line-height:150%;
}
th{
	font-weight:bold;
	text-align:left;
	/*white-space:nowrap*/
}

/* defaultvärden för länkar */
a:hover{
	color:#999933;
}

/*ta bort marginaler för p viktigt!!*/
p, form{
    margin: 0pt 0px 0cm;padding: 0pt 0px 0cm;
}

/* huvudtabellen */
TABLE.Main{
    width:800px;
}


TABLE.Main .BodyCell{
    padding-top:5px;
    padding-left:5px;
    padding-bottom:5px;
}

/* bodytabellen */

TABLE.Body{
    padding-top:5px;
    padding-left:5px;
    padding-bottom:5px;
}

/*
TABLE.Body TD.PageImage{
}

TABLE.Body .PagePreamble{
}

*/
.PageTitle{
	font-size:120%;
	padding-bottom:5px;
}

.PageParagraph{
	padding-bottom:5px;
}

.ParagraphHeader{
	font-weight:bold;
	padding-bottom:5px;
}

/*
TABLE.Body .PageParagraph .ParagraphText{
}
*/

/* footertabellen */
TABLE.Footer{
    text-align:center;
    width:100%;
    border-top:1px #777777 dotted;
}

TABLE.Footer TD, TABLE.Footer A{
    color:#777777;
}

/* headertabellen */
/*
TABLE.Header{
}
*/
/* logintabellen */
/*
TABLE.Login{
}
*/

/* lastupdated tabellen */
/*
TABLE.Body .LastUpdated{
}
*/

/* countertabellen */
/*
TABLE.Body .Counter{
}
*/
/* nyhetsbrev anmälan */
/*
TABLE.Newsletter{
}
*/

/* sökformulärstabellen + sökresultat */
/*
TABLE.Search{
}
TABLE.Body .SearchResult{
}
*/

/* sidbläddringstabellen */
TABLE.PagingTable{
    margin:3px;
}
TABLE.PagingTable TD{
    padding-left:3px;
}
TABLE.PagingTable .ActivePage{
    font-weight:bold;
}