/* Start of CMSMS style sheet 'CSS' */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        color: #666;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	width: 882px;
}
.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:303px;
}
.left {
	width: 21px;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.left_list {
	width: 163px;
       vertical-align:top;
        padding-left:10px;
        padding-right:20px;
}
.right {
	width: 28px;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.right_list {
	width: 186px;
       vertical-align:top;
}
.bottom {
    background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:30px;
}
.bottomline {
       padding-top:10px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 424px;
        padding: 15px;
        vertical-align:top;
}
.boks {
       border:1px solid #c3c3c3;
       vertical-align:top;
       padding:10px;
}
h2 {
       color: #ac0000;
}
/* End of 'CSS' */

