/*
* styles for the COVIS09 webpage
*/
	h1 { 
		font-family:Bytestream, Myriad, Verdana, Arial; 
		font-size:20pt; 
		color:#888888
		}
	h2 {
		font-family:Bytestream, Myriad, Verdana, Arial;
		font-size:16pt;
		color:#888888;
	}
	p, table { 
		font-family:Bytestream, Myriad, Verdana, Arial; 
		font-size:1em; 
		line-height: 1.2em;
		color:#888888 
		}
	ul { 
		font-family:Bytestream, Myriad, Verdana, Arial; 
		font-size:12pt; 
		color:#888888 
		}
	a:link { 
		color:#888888; 
		border-bottom:1px dotted #888888; 
		text-decoration:none;
		line-height: 1.6em;
		}
	a:visited { 
		color:#888888; 
		border-bottom:1px dotted #888888; 
		text-decoration:none;
		line-height: 1.6em;
		}
	a:focus {
		color:#555555;
		border-bottom:1px dotted #555555; 
		text-decoration:none;
		line-height: 1.6em;
		}
	a:hover { 
		color:#555555;
		border-bottom:1px dotted #555555; 
		text-decoration:none;
		line-height: 1.6em;
		}
	a:active { 
		color:#555555;
		border-bottom:1px dotted #555555; 
		text-decoration:none;
		line-height: 1.6em;
		}
		
	.dotted-line { 
		background-image:url(img/vdots.png) 
		}
	.filled-line { 
		background:#888888 
		}
	.annotation { 
		font-style:italic 
		}
	.menu { 
		background:#EEEEEE 
		}
	.menulink {
		font-size:0.9em;
		}
	.menulink:link {
	}
	.menulink:visited {
	}
	.menulink:focus {
		color:#222222;
		border-bottom:1px dotted #222222; 
		text-decoration:none;
		line-height: 1.6em;
	}
	.menulink:hover {
		color:#222222;
		border-bottom:1px dotted #222222; 
		text-decoration:none;
		line-height: 1.6em;
		}
	.menulink:active {
		color:#222222;
		border-bottom:1px dotted #222222; 
		text-decoration:none;
		line-height: 1.6em;
	}
	
	.image { 
		border:1px solid #888888; 
		background:#EEEEEE 
		}
	.firstchar {
		font-size: 2.5em;
		line-height: 0.8em;
		float: left;
		margin: 0 3px 3px 0;
		}
	.firstchar_menu {
		font-size: 1.1em;
		line-height: 1.35em;
		float: left;
		margin: 0 1px 0px 0;
		}
