body 	{
	color:		black;
	background:	#999999; 
	font-family:	arial, sans-serif;
	}

:hover	{
	background:	silver;
	}

div.left
	{
	border: 	none;
	width: 		150px;
	position:	fixed;
	top:		10px;
	padding:	10px;
	left:		10px;
	background:	white; 
	font-size:	8pt;
	}

div.poll
	{
	border: 	none;
	width: 		150px;
	position:	fixed;
	top:		400px;
	padding:	10px;
	left:		10px;
	background:	white; 
	font-size:	8pt;
	}


div.mid
	{
	padding:	10px;
	top:		10px;
	border-top:	none;
	border-left:	50px solid white;
	border-right:	50px solid white;
	border-bottom:	none;
	padding-bottom:	50px;
	left:		195px;
	width:		50%;
	background:	white; 
	position:	absolute;
	font-size:	10pt;
	}

div.update
	{
	padding:	2px;
	border-width:	1px;
	border-color:	silver;
	border-style:	dotted;
	margin-top:	10px;
	width:		200px;
	}

h2	{
	color:		white;
	font-size:	150%;
	padding:	0.5em;
	margin-top:	0.5em;
	margin-bottom:	0.5em;
	background:	#990000;
	}
h4	{
	color:		white;
	font-size:	100%;
	padding:	0.5em;
	margin-top:	0.5em;
	margin-bottom:	0.5em;
	background:	#990000;
	}

h5	{
	color:		white;
	font-size:	90%;
	padding:	0.2em;
	margin-top:	0.2em;
	margin-bottom:	0.2em;
	background:	#990000;
	}

font.code
	{
	color:		blue;
	font-family:	courier, monospace;
	font-weight:	bold;
	font-size:	100%;
	}

font.tbl
	{
	font-size:	8pt;
	}

div.textbox
	{
	margin-top:	5px;
	margin-bottom:	5px;
	padding:	5px;
	border-width:	1px;
	border-color:	silver;
	border-style:	dotted;
	width:		97%;
	}


div.commentbox
	{
	margin-top:	5px;
	margin-bottom:	5px;
	padding:	5px;
	border-width:	1px;
	border-color:	silver;
	border-style:	dotted;
	background:	#CCCCCC;
	width:		97%;
	}

div.msgheader
	{
	color:		white;
	font-size:	100%;
	margin-top:	5px;
	margin-bottom:	5px;
	padding:	5px;
	background:	#990000;
	width:		97%;
	}

