Body
{
	background-color:#000;
}
.Normal
{
	font-family:Arial;
	font-size:12px;
}
/*************
Row Styles
*************/
.JDR_Header
{
	width:800px;
	height:207px;
	background-image:url(images/Header.jpg);
}
.JDR_MenuRow
{
	width:800px;
	height:20px;
	background-color:#FFF;
}
.JDR_SubMenuRow
{
	width:800px;
	background-color:#000;
}
.JDR_BodyRow
{
	width:800px;
	background-image:none;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
}
.JDR_FooterRow
{
	height:40px;
	font-family:Arial;
	font-size:10px;
	color:#FFF;
	vertical-align:middle;
}
.FooterText, a.FooterText:link, a.FooterText:active, a.FooterText:hover, a.FooterText:visited
{
	font-family:Arial;
	font-size:10px;
	color:#FFF;	
}
.JDR_FullPane{width:100%;}
.JDR_FullPanePadding{width:100%; padding:5px;}
.JDR_SmallPane{width:200px;}
/*************
Menu Styles
*************/
.JDR_MenuBar
{
	height:20px;
}
.JDR_MenuItem
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.JDR_MenuItemSel
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}
.JDR_MenuIcon
{
	height:16px;
	width:16px;
	background-color:#000;
}
.JDR_MenuItemActive
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	cursor:pointer;
}

