BODY, TD {
	font-family : Arial,Verdana, sans-serif ;
	font-size :8pt;
	color : black;
}

A  {
	text-decoration : none;
	color : black;
}

A:Hover  {
	text-decoration : none;
	color :  black;
	}
A.Nav	{
	text-decoration : none;
	color :  #666666;
	font-size :8pt;
}

A.Nav:Hover	{
	text-decoration : none;
	color :  #FFFFFF;
	font-size :8pt;
}

A.Plain  {
	text-decoration : none;
	color : black;
	font-size :8pt;
	}
A.Plain:Hover  {
	text-decoration : none;
	color :  #FFFF99;
	font-size :8pt;
	}
	
A.Standings  {
	text-decoration : none;
	color :  black;
	font-size :8pt;
	}
	
A.standings:Hover  {
	text-decoration : none;
	color :  blue;
	font-size :8pt;
	}
	
.btnav { 
background-color: #FFFFFF; 
} 

.plus1 {
	font-family : Arial, Verdana, sans-serif ;
	font-size :9pt;
}

.plus2 {
	font-family : Arial, Verdana, sans-serif ;
	font-size :12pt;
}

.minus1 {
	font-family : Arial, Verdana, sans-serif ;
	font-size :7pt;
}

/* Table header cells */
th {
   font-size: 8pt;
   font-family: Arial;
   color: #000000;
   font-weight: bold;
   background-color: #BDBABD;
   padding-top: 0;
   padding-bottom: 0;
}

TD {
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 0;
   padding-left: 1;
}

table {
	width: 438;
	}

/* All even-numbered rows inside a table. */
.eventablerow {
   background-color: #EDEDED;
   padding: 4px;
}

/* All odd-numbered rows inside a table. */
.oddtablerow {
   background-color: #EDEDED;
   padding: 4px;
}

/* Table captions. */
caption {
   display: none;
}

/* Table captions. */
.transactiontype {
   display: none;
}

/* Table captions. */
.timestamp {
   display: none;
}

/* Let's remove some extra space around the list items... */
ul {
   margin-top: 0; 
   margin-bottom: 0;
}

ul li {
   margin-left: -1.5em;
}

.hideable	{
	position: relative;
	visibility: hidden;
}

.medium { 
   height: 10px; 
   width: 10px; 
   vertical-align: middle;
} 
