BODY, TD
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	margin:0px;
	padding:0px;
}

BODY, HTML
{
	height:100%;
}

HR
{
	margin: 10px 0 10px 0px;
}

TD 
{
	line-height: 22px;
}

code
{
	font-family: "Consolas", "Courier New", fixed;
}

SMALL
{
	line-height: 16px;
	color: #0f0f0f;
	font-family: Tahoma, Arial, Verdana, sans-serif;

}

#grassleaves
{
	color:green;
}

#argtango
{
	color:red;
}

div#bar
{
	position: absolute;
	top:0;
	right:0;	
	padding: 15px 15px 0 0;
}

#content_tr td {
	font-size: 8pt;
	vertical-align: top;
	width: 33%;
}

h1 {
	border-left: 3px solid #000000;
	padding-left: 10px;
	font-family: "Tahoma", "Verdana", sans-serif;
	font-weight: bold;
	font-size:10pt;
}


ul.list, ul.list-small { margin: 0.5em 0; padding: 0 0 0 2em; }
ul.list li, ul.list-small li
{
	margin: 0.5em 0; 
	padding: 0 0 0 20px;
	list-style-type: none;
	behavior: expression( !this.before
		? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	text-indent: -1.24em;
}
ul.list li:before, ul.list-small li:before { content: '\2014\a0'; }

ul.list li {
	line-height: 20px;
}

ul.list-small li {
	line-height: 14px;
}



.soon {
color: orange;
}

.not-soon {
color: grey;
}
