body#up {
	margin: 0px;
	padding: 0px;
	}

body, td, font {
	font: 11px Verdana;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #aaa;
	}

a:active {
	font-weight: bold;
	text-decoration: none;
	}

a.l:link {
	font-weight: normal;
	text-decoration: underline;
	}

a.l:visited {
	font-weight: normal;
	text-decoration: underline;
	}

a.l:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #aaa;
	}

a.l:active {
	font-weight: normal;
	text-decoration: underline;
	}

strong {
	position: relative;
	left: 0px;
	font-weight: bold;
	color: #666;
	}

strong.rub {
	position: relative;
	left: -23px;
	font-weight: bold;
	color: #666;
	}

em {
	color: #666;
	font-style: normal;
	}

.box {
	width: 200px;
	height: 25px;
	border: 1px solid #666;
	margin-right: 10px;
	padding: 2px;
	}

.knapp {
	width: 200px;
	background: #666;
	color: white;
	font: bold 12px Verdana;
	border: 1px solid #666;
	margin: 2px 0px 2px 0px;
	}

.txtbox {
	width: 350px;
	border: 1px solid #666;
	}
	
div.msg {
	width: 450px;
	}
	
#msg-body {
	margin-left: 75px;
	margin-top: 102px;
	}
	
.msg-sender {
	font-size: 15px;
	margin-bottom: 10px;
	}
	
.event h2 {
	font-size: 15px;
	margin-bottom: 0px;
	color: #333;
	width: 405px;
	line-height: 1.4em;
	}
	
.event-type {
	color: #9c0000;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	}
	
.event h4 {
	margin: 5px 0px 10px 15px;
	color: #333;
	}
	
.event p {
	margin: 0px 0px 25px 25px;
	width: 430px;
	text-align: justify;
	line-height: 1.4em;
	}

.msg-entry {
	margin-bottom: 20px;
	}
	
div.paging {
	position: absolute;
	left: 230px;
	top: 30px;
	color: #666;
	}
