/*normal links in the text*/
a:link {
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #993300;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #990000;
	text-decoration: underline;
/* border: #999999; border-style: dotted; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin;*/
}


h1, h2, h3, h4, h5, h6 {
	color: #FF3300;
 font-weight: 800;
 line-height: normal;
	font-family: "Osaka", sans-serif; 
/*font-family etc. is defined again, because NN seems to need it*/
}

/*prevent the shrinking text*/
p ol, p ul, p dl, ol ul {
	font-size: 13px;
}

p, ol, ul, dl {
	color: #000000;
	font-size: 14px; 
}

p.seminar {line-height: 21px;}

td {
 font-size:11px;
 line-height: 115%;
}

/*for NN 4*/
strong, b {
	font-weight: 800;
}

.small {
	font-size: smaller;
}

.big {
	font-size: larger;
}
 
.foot {
 background: #FFFFFF; 
	border: 2px groove #ff6600;
	color: #003360;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
 line-height: normal;
	margin: 2px;
	padding: 2px;
	width: 600px;
}

.footsmall {
 background: #FFFFFF; 
	border: 2px groove #ff6600;
	color: #003360;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
 line-height: normal;
	margin: 2px;
	padding: 2px;
	width: 450px;
}


.box {
	background: #FFFFFF; 
	border: 3px #336600 groove;
	color: #993300;
	font-family: "Osaka", "sans-serif";
	font-size: 13px;
 line-height: normal;
	padding: 5px 5px 5px 5px;
 float: right;
/* clear: left; */
 width : 200px;
 }

.box2 {
	background: #FFFFFF; 
	border: 3px #ff0000 groove;
	color: #ff0000;
	font-family: "Osaka", "sans-serif";
	font-size: 12px;
 line-height: normal;
	padding: 5px 5px 5px 5px;
 float: right;
/* clear: left; */
 width : 240px;
 }
 
.box3 {
	background: #FFFFFF; 
	border: 3px #336600 groove;
	color: #336600;
	font-family: "Osaka", "sans-serif";
	font-size: 13px;
 line-height: normal;
	padding: 5px 5px 5px 5px;
 float: right;
/* clear: left; */
 width : 232px;
 }

.head {
	margin-left: 0px;
	margin-top: 0px;
}

.body {
	color: #000000; 
 line-height: 120%;
	margin-left: 150px; /*to position the content area to the right of the navigation*/
 padding-right: 40px;
}

.contain {
	border: 0.1px #FEFEFE solid; /*to insure that NN4.xx renders the background-color of the content area*/
 width: auto;
}

/*navigation box*/
.nav {
 top: 135px;
 left: 10px;
	position: absolute; 
	line-height: normal;
 width: 145px;
 clip:   rect(   );
	font-family: "Osaka", "sans-serif";
	font-size: 12px;
}

/*the section links in the navigation bar on the left side*/        
.nav a:link {
	background: transparent;
	color: #0000ff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.nav a:hover {
	background: transparent;
	color: #CC6600;
	border: none;
 font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
}

.nav a:visited {
	background: transparent;
	color: #CC0000;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}
 
.nav p {
	color: #CC0000;
}

.greytext {
	color: #666666;
	font-size: 11px;
}

.redtext {
	color: #990000;
}


.test {
	display: none;
}


