body {
	font-family:Arial;
	color:black;
	background-color: #FFCC99
}

h1 {
	font-family:rockwell extra bold;
	font-size:18pt;
	margin-top:0.2em;
	margin-bottom:0.2em;
}
	
h2 {
	font-size:14pt;
	margin-left:0.9em;
	margin-right:1.2em;
	margin-top:1.6em;
}

h3 {
	font-size:12pt;
	margin-top:1.6em;
	margin-left:0.9em;
	margin-right:1.2em;
}

h4 {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0.1em;
	margin-left:1.2em;
	margin-right:1.2em;
	
}

h5 {
	font-size:12pt;
	font-weight:bold;
	margin-top:0.1em;
	margin-bottom:0.1em;
	margin-left:1.2em;
	margin-right:1.2em;
	
}

p {
	font-size:10pt;
	margin-top:0.1em;
	margin-left:1.2em;
	margin-right:1.2em;
	
}

p.disclaimer {
	
	margin-left:3.2em;
	margin-right:3.2em;
	padding:0.3em;
	background-color:#F9F;
	border: 2px solid red;

}

p.abstract {
	font-weight:bold;
	margin-top:1.2em;
	margin-left:1.2em;
	margin-right:1.2em;
}

p.workinprogress {
	margin-left:3.2em;
	margin-right:3.2em;
	padding:0.3em;
	background-color:#0CF;
	border: solid blue; 
}

p.greenbox {
	margin-left:1.2em;
	margin-right:1.2em;
	padding:0.3em;
	background-color:#6F6;
	border: solid green; 
}

a {	color: #C00;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

table {
	border:0;
}

td.headline {
	background-color:#CC9966;
	width:900px;
	/*height:30px;*/
	text-align:center;
	
}

td.imagecolumn {
	width:250px;
}

td.navigation {
	background-color:#CC9966;
	text-align:center;
	padding-bottom:0.4em;
}

td.navigation a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-family:times new roman;
	margin-top:0.2em;
	margin-bottom:0.2em;
	margin-left:0.2em;
	margin-right:0.2em;
}

td.navigation a.active {
	text-decoration:underline;
	color: #C00;
}

td.navigation a:hover {
	text-decoration:underline;
	color: #C00
}


