BODY {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	margin-bottom: 50px;
	width: 98%;
	}
H1 {
	font-size: 180%;
	color: gray;
	font-weight:bold;
}
H2 {
	font-size: 140%;
	color : #B0B0B0;
	}

#content {
	width: 67%;
	background-color: #FAFAFA;
	text-align: justify;
	margin-left: 10px;
	margin-top: 40px;
	}
	
#subcontent {
	margin-bottom: 30px;	
	border-left: 1pt solid #6e94b7; 
	margin-left: 20pt;
	padding-left: 10pt;
	}
	
emph, #header {
		font-weight: bold;
		font-size: 100%;
		color: #6e94b7;	
	}
#footer {
	font-size: 75%;
	font-style: italic;
	}


#positionHeader	 {
	position: fixed; top: 0pt; left: 10px;
	width: 70%;
	background-color: white;

	}

#positionFooter {
	position: fixed; bottom: 0px;
}


#quickinfo {
	border: 1px solid #6e94b7;
	width: 25%;
	position: fixed; left: 72%; top:  0pt;
	position: expression("absolute");
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}
#quickinfohead {
	height: 22px;
	margin: 10px;
	padding-left: 5px;
	padding-top:8px;
	font-weight: bold;
	color: white;
	background-image:url(../.images/back_small.png); margin:0px;
	}
#quickinfocontent {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

BLOCKQUOTE {
	background-color: #F0F0F0;
	padding: 10pt;
}

#image {
	padding: 10px;
	margin: 10px;
	border: 1px solid silver;
	font-size: 8pt;
	position: relative;
	text-decoration: none;
}

img {
	border: 0px;
	}

A {
	color: #6e94b7;
}
A:hover {
	color: orange;
}
#nospam {
	overflow: none;
	visibility: hidden;
	width: 0px;
	}

	
#note {
	background-color: lightyellow;
	font-weight: bold;
	color: red;
}

ul {
	padding-left: 20px;
}