a:link {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	text-decoration: none;
	background: none;
}/*normal links in the text*/
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	text-decoration: none;
	background: none;
}
a:hover { /*this effect is not shown in NN4.xx*/
	font-family: Tahoma, Geneva, sans-serif;
	color: #990000;
	text-decoration: underline;
	background: none;
}
a:active {/*colour in NN4.xx is red*/
	font-family: Tahoma, Geneva, sans-serif;
	color: #990000;
	text-decoration: none;
	background: none;
}
.plaintext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align:center
	text-transform: none;
	color: #333;
	text-decoration: none;
	width: inherit;
	vertical-align: top;
}
.paragraphheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-align:center
	text-transform: none;
	color: #990000;
	text-decoration: none;
	width: inherit;
	vertical-align: top;
}
.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
.firstparagraph {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}
.rightsidebar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.sidebarplaintext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: right;
}
.sidetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EEEEEE;
}
.popup {
    border: solid 1px #333;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: none;
    position: absolute;
    width: 300px;
    z-index: 60;
}
.popuptitle {
    background: blue;
    color: white;
    font-weight: bold;
    height: 15px;
    padding: 5px;
}
.popupbody {
    background: #ddd;
    padding: 5px;
    text-align: center;
}
#popup { top: 35%; left: 35%; }