body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #404040;
}
.detailfont
{
	font-size: 11px;
}
.title
{
	font-size: 13px;
	font-weight:bold;
	
}
td
{
	font-size: 12px;
}
.subnav
{
	width:104px;
	height:19px;
	font-size: 11px;
	background-color:#F9F7F8;
	border: solid 1px #DCDCDC;
	padding-left:5px;
	cursor:hand;
	cursor:pointer;
}
.subnavspace
{
	height:1px
}

A
{
	color: #404040;
}
A:hover
{
	color: #FF723D;
}
A.subnavlink
{
	text-decoration:none;
}
A:hover
{
	color: #FF723D;
}
.odd
{
	white-space:nowrap;
	background-color:#cccccc;
	overflow:hidden;
}
.even
{  
	white-space:nowrap;
	overflow:hidden;
}
.toprow
{
	background-color:#cccccc;
	font-weight:bold;
}