.body-tl{
	background-image: url(img/top-left.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 26px;
}
.body-tr{
	background-image: url(img/top-right.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 26px;
	background-position: bottom;
}
.body-t{
	background-image: url(img/top-repeat.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.body-bl{
	background-image: url(img/btm-left.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 26px;
}
.body-br{
	background-image: url(img/btm-right.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 26px;
}
.body-b{
	background-image: url(img/btm-repeat.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.body-l{
	background-image: url(img/left-repeat.gif);
	background-repeat: repeat-y;
	width: 24px;
}
.body-r{
	background-image: url(img/right-repeat.gif);
	background-repeat: repeat-y;
	width: 24px;
}
.head-left {
	background-image: url(img/head-left.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 150px
}
.head-right {
	background-image: url(img/head-right.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 150px
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #99CC00;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #669999;
}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #99CC00;
	text-decoration: none;
}
a:active, a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #669999;
	text-decoration: none;
}
.meny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	line-height: 26px;
}
a.meny:link, a.meny:visited {
	color: #669999;
}
a.meny:active, a.meny:hover {
	color: #666666;
} 

