body {
	color: #000000;
   background: #FFFFFF;
   text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
   font-size: 2.2em;
}

p.more {
	text-align: right;
}

h2#logo {
	color: #000000;
   background: #FFFFFF;
}

ul {
   text-align: left;
}

div#content {
   text-align: left;
}
div#content p.footnote {
   font-size: 0.7em;
}




table td {
   text-align: left;
   background: #EEEEEE;
}
table tr.odd td {
   background: #DDDDDD;
}

table th {
   background: #FDC337;
	text-align: center;
}
table th.race {
   background: #FFF3D7;
}
table td.num {
	text-align: center;
}

table td.more {
	text-align: right;
}

div#footer {
	text-align: center;
}


#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
z-index:101;
}

#dragbar{
cursor: move;

background-color: #000000;
background: #FFFFFF url(../images/titlebar.gif) top center repeat-x;
border:ridge silver 2px;
borderTop:0;
min-width: 616px; /*NS6 style to overcome bug*/
}

#closetext{
cursor: pointer;
cursor: hand;

}

#closepic{
cursor: pointer;
cursor: hand;

}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
