BODY {
    font-family: Helvetica, Arial, sans-serif;  
	line-height: 1.1;
    background: #FFFFFF url(/images/bg.jpg);  
	color: black; 
	margin-top: 0em; 
	margin-right: 0em; 
	margin-bottom: 0em; 
	margin-left: 0em;
	}
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline; }
H5, H6 { margin-top: 1em; }
H1 { text-align: center; }
H1, H2, H3, H4, H5, H6 { font-weight: bold; }
H1 { font-size: xx-large; }
H2 { font-size: x-large; }
H3 { font-size: large; }
B, STRONG { font-weight: bolder; }  /* relative to the parent */
I, EM { font-style: italic; }
PRE, TT, CODE, KBD, SAMP { font-family: monospace; }
PRE { white-space: pre; }
ADDRESS { margin-left: 3em; }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em; }
UL, DIR { list-style: square; }
LI {margin-bottom: 5px;}
HR { border-top: solid; }        /* 'border-bottom' could also have been used */
A:link { color: #993300; text-decoration: underline;}          /* unvisited link */
A:visited { color: #663333;}        /* visited links */
A:active { color: #99FF99; text-decoration: underline;}        /* active links */
/* setting the anchor border around IMG elements
   requires contextual selectors */
A:link IMG { border: none;}
A:visited IMG { border: none;}
A:active IMG { border: none;}
a:hover {  color: #336600; text-decoration: underline;}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 900;
	color: #666666;
	}
.table-list td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
