	body {
		background-color: #d7eeff;
		font-family: arial;
		font-size: 11px;
	}	
	
	/**************************************/
	/* FRAME                              */
	/**************************************/
	
	.frame {
		width: 602px;
		margin-top: 10px;
	}
	
	.frame .n, .frame .s {
		height: 10px; 
		overflow: hidden; 
		background-image: url(images/nb_n.gif);
	}

	.frame .s {
		background-image: url(images/nb_s.gif);
	}

	.frame .e {
		overflow: hidden; 
		margin-left: 8px; 
		background-image: url(images/nb_e.gif); 
		background-position: right;
	}
	
	.frame .v {
		overflow: hidden; 
		background-image: url(images/nb_v.gif);
	}
			
	.frame .n .ecorner, .frame .n .vcorner, .frame .s .ecorner, .frame .s .vcorner {
		float: right; 
		width: 10px; 
		height: 10px; 
		overflow: hidden; 
		background-image: url(images/nb_ne.png); 
		background-color: #d7eeff;
	}
	
	.frame .n .vcorner {
		float: left;
		background-image: url(images/nb_nv.png); 
	}
	
	.frame .s .ecorner {
		background-image: url(images/nb_se.png); 
	}
	
	.frame .s .vcorner {
		float: left;
		background-image: url(images/nb_sv.png); 
	}
	
	.frame .content {
		margin-right: 8px; 
		background-color: #FFF; 
		text-align: left; 
		padding-top: 3px;
	}
	
	/**************************************/
	
	/**************************************/
	/* FRAME CONTENT                      */
	/**************************************/
	
	.frame .content .topbar {
		width: 576px; 
		height: 46px; 
		overflow: hidden; 
		margin-left: 4px; 
		background-image: url(images/nb_topbar_mid.gif);
	}
	
	.frame .content .topbar .l, .frame .content .topbar .r {
		float: right; 
		width: 5px; 
		height: 46px; 
		background-image: url(Images/nb_topbar_right.png); 
		background-color: #FFF;
	}
	
	.frame .content .topbar .r {
		float: left; 
		background-image: url(Images/nb_topbar_left.png);
	}
	
	.frame .content .topbar .cap {
		float: right; 
		font-family: arial; 
		font-size: 24px; 
		color: #FFF; 
		font-weight: bold; 
		margin-top: 8px; 
		margin-right: 28px;
	}
	
	.frame .content .tema {
		width: 580px;
	}
	
	.frame .content .tema img {
		float: left; 
		margin: 15px 0px 0px 15px;
	}
	
	.frame .content .tema .textarea {
		float: left; 
		margin: 15px 0px 0px 15px; 
		width: 375px; 
		height: 107px; 
	}
	
	.frame .content .tema .textarea .text {
		font-family: arial; 
		font-size: 28px; 
		/*color: #76aea3; */
		word-spacing: 6px;
	}

	/**************************************/
	
	/****************************************/
	/* Box setup                            */
	/****************************************/
	
	.box {
		width: 586px;
	}
	
	.box .vborder {
		background-image: url(images/border_v.gif); 
		background-repeat: repeat-y;
	}
	
	.box .svborder {
		background-image: url(images/border_sv1.gif); 
		background-repeat: no-repeat; 
		background-position: bottom left;
	}
	
	.box .nvborder {
		float: left; 
		background-image: url(images/border_nv1.gif); 
		width: 11px; 
		height: 16px; 
		overflow: hidden;
	}
	
	.box .eborder {
		margin-left: 11px; 
		background-image: url(images/border_e.gif); 
		background-repeat: repeat-y; 
		background-position: right;
	}
	
	.box .neborder {
		float: right; 
		background-image: url(images/border_ne1.gif); 
		width: 11px; 
		height: 16px; 
		overflow: hidden;
	}
	
	.box .seborder {
		background-image: url(images/border_se1.gif); 
		background-repeat: no-repeat; 
		background-position: bottom right; 
	}
	
	.box .nborder {
		margin-right: 11px; 
		background-image: url(images/border_n.gif); 
		background-repeat: repeat-x;
	}
	
	.box .sborder {
		background-image: url(images/border_s.gif); 
		background-repeat: repeat-x; 
		background-position: bottom; 
	}
	
	.box .topmid {
		height: 4px; 
		overflow: hidden;
	}
	
	.box .etopmid, .box .vtopmid {
		float: right; 
		background-image: url(images/border_ne2.gif); 
		width: 2px; 
		height: 4px; 
		overflow: hidden;
	}
	
	.box .vtopmid {
		float: left; 
		background-image: url(images/border_nv2.gif); 
	}
	
	.box .content {
		margin: 0px;
		padding: 0px;
	}
	
	.box .bottommid {
		height: 5px; 
		overflow: hidden;
	}
	
	.box .ebottommid, .box .vbottommid {
		float: right; 
		background-image: url(images/border_se2_ny.gif); 
		width: 2px; 
		height: 5px; 
		overflow: hidden;
	}
	
	.box .vbottommid {
		float: left; 
		background-image: url(images/border_sv2_ny.gif); 
	}
	
	/****************************************/					
	
	.newsitem {
		float: left; 
		border: 0px solid;
	}
	
	.newsitem .newsimg {
		float: left; 
		width: 174px; 
		overflow: hidden;
	}
	
	.newsitem .text {
		float: left; 
		margin-left: 10px; 
		font-family: arial; 
		font-size: 11px; 
		width: 374px; 
		line-height: 16px;
		border: 0px solid;
		overflow: hidden;
		color: #1a171b;
	}
	
	.newsitem .text p {
		line-height: 16px;
		margin: 0px;
		padding: 0px;
		font-family: arial; 
		font-size: 11px; 
		color: #1a171b; 
	}

	.newsitem .text h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		line-height: 16px;
	}
	
	.newsitem .text a {
		font-size: 12px;
		color: #a41e19;
		text-decoration: none;
		background-image: url(images/laesmere_pil.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
	}
	
	.newsitem .text a:hover {
		text-decoration: underline;
	}
	
	.newsitem .text .pidlink {
		padding: 0px;
	}

	.newssep {
		float: left;
		width: 554px;
		height: 1px; 
		background-color: #ced5d8; 
		overflow: hidden; 
		margin: 7px 0px 7px 0px;
		border: 0px solid;
	}
	
	.frameld {
		text-align: center; 
		margin-top: 18px; 
		margin-bottom: 18px;
	}
	
	.frameld a, .frameld a:hover {
		color: #0f97dd; 
		font-weight: bold;
	}
	
	.bundinfo p {
		color: #14448a; 
		font-size: 10px; 
		margin-top: 20px;
		width: 602px;
	}
	
	.bundinfo p a {
		color: #14448a; 
		font-size: 10px; 
		text-decoration: none;
	}
	
	.bundinfo p a:hover {
		color: #14448a; 
		text-decoration: underline;
	}
	

