body
{
background-color: #FFFFFF;
color: #000000;
margin: 0em;
padding: 0em;
}

html
{
background-color: #FFFFFF;
margin: 0em;
padding: 1em;
}

div
{
margin-bottom: 1em;
margin-top: 1em;
}

p
{
text-indent: 1em;
}

td, th
{
border: 1px black solid;
color: black;
}

a > img
{
border: none;	
}

a
{
color: #0000CC;
font-weight: bold;
}

a:visited
{
color: #990099;
}

a:before
{
content: attr(href) " | ";
}

h1
{
font-weight: normal;
font-size: 1.9em;
text-align: center;
margin-bottom: .1em;

border-bottom: 2px dotted black;
}

h2
{
font-weight: normal;
font-size: 1.6em;
text-align: left;

border-bottom: 2px dotted black;
clear: both;
}

h3
{
font-weight: normal;
font-size: 1.4em;
border-bottom: 1px dotted black;
text-align: left;
}

h4
{
font-size: 1.2em;
}

#thecontent, #thetop, #leftcol , #message, #footer {
	font-family: "Helvetica", "Arial", sans-serif;
}

#thecontent h1,#thecontent h2, #thecontent h3, #thecontent h4, #thecontent h5, #thecontent h6 {
	font-family: "Levenim MT" , "Futura", "Berlin Sans" , "Helvetica", "Arial", sans-serif;
}

dt
{
font-weight: bold;
font-size: 1.7em;
font-family: sans-serif;
border-left: 2px dotted black;
border-bottom: 2px dotted black;

padding: .1em;
margin-left: .25em;
margin-bottom: 0em
}

dd
{
border-left: 1px dotted black;
border-bottom: 1px dotted black;
padding: .1em;
margin-left: 2.25em;
}

dd + dt
{
margin-top: .5em;
}

table
{
border: 1px solid black;
border-collapse: collapse;
}

th
{
font-family: sans-serif;
text-align: center;
}

table.noborder
{
border: none;
}

table.noborder TD
{
border: none;
}

ol, ul
{
list-style-position: inside;
}

#thetop
{
display: none;
}

#message
{
display: none;
}

#columns
{
background-color: #FFFFFF;
margin: 0em;
}

#leftcol
{
display: none;
}

#thecontent
{
border: 1px solid black;
width: 99%; 
padding: .25em;
margin-top: 0pt;
}

#footer
{
display: none;
}

#ad {
display: none;
}

