body
{
	color: #000000;
}

html
{

}

div
{
	/* */
}

p
{
	text-indent: 1em;
}

td, th
{
	border: 1px dotted black;
}

table.noborder
{
	/* foo */
}

table.noborder TD
{
	border: none;
}

a img
{
	border: none;	
}

table
{
	border: 2px dotted black;
	border-collapse: collapse;
	margin-top: 1em;
}


th
{
	background-color: #d7e8d3;
	color: #000000;
	text-align: center;
	
}

*.secondrow
{
	background-color: #d7e8d3;
}

a
{
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}

a:visited
{
	color: #CC00CC;
}

a:hover
{
	text-decoration: underline;
	color: #009900;
}

h1, h2, h3 {
	font-weight: normal;
	text-align: center;
	margin-bottom: .1em;
	background-color: #d7e8d3;
	color: #000000;
}

h1
{
	font-size: 1.9em;
}

h2
{
	font-size: 1.6em;
	width: 90%;
	clear: both;
}

h3
{
	font-size: 1.4em;
	width: 80%;
	clear: both;
}

h4
{
	font-size: 1.2em;
}

#thecontent, #thetop, #leftcol , #message, #footer, #ad {
	font-family: "DejaVu Sans", "Helvetica", "Arial", sans-serif;
}

#thecontent h1,#thecontent h2, #thecontent h3, #thecontent h4, #thecontent h5, #thecontent h6 {
	font-family: "Levenim MT" , "Futura", "URW Gothic L" , "Berlin Sans FB" , "Helvetica", "Arial", sans-serif;
}

dt
{
	font-weight: bold;
	font-size: 1.7em;
	font-family: sans-serif;
	border: 1px solid white;
	background-color: #d7e8d3;
	
	padding: .1em;
	width: 80%;
	margin-left: .25em;
	margin-bottom: 0em
}

dd
{
	border: 1px solid white;
	margin-top: -1px;
	width: 75%;
	padding: .1em;
	margin-left: 2.25em;
}

dd + dt
{
	margin-top: .5em;
}





option
{
	border-bottom: 1px #CCCCFF dotted;
}

/* content elements go before here */
/* page elements go after here */




#thecontent
{
	background-color: #FFFFFF;
	border: 1px solid black;
}

#footer
{
	border-top: 2px dotted black;
	border-bottom: 2px dotted black;
}

