Table.Nav
{
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: darkgray; FONT-FAMILY: Arial
}

Table.Nav A.Normal
{
	font-weight: bold;
	font-size: 12px;
	color: gray;
	text-decoration: none;
}


Table.Nav A.Highlight
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	text-decoration: none;
}

TABLE.dropdown
{
	border-right: silver 1px solid;
	padding-right: 7px;
	border-top: silver 1px solid;
	padding-left: 7px;
	font-weight: bold;
	font-size: 8pt;
	z-index: 200;
	left: -10px;
	padding-bottom: 5px;
	margin: 2px 7px 5px;
	border-left: silver 1px solid;
	padding-top: 2px;
	border-bottom: silver 1px solid;
	font-family: Arial, 'Trebuchet MS';
	position: relative;
	top: 4px;
	border-collapse: collapse;
	background-color: whitesmoke;
}
TABLE.dropdown TR.dd
{
	font-weight: bold;
	font-size: 8pt;
	color: steelblue;
	background-color: whitesmoke;
}

TABLE.dropdown TR.Over
{
	cursor: pointer;
	color: navy;
	background-color: gainsboro;
}

DIV.HideMenu
{
	z-index: 100;
	POSITION: absolute;
	visibility: hidden;
}

DIV.ShowMenu
{
	z-index: 100;
	visibility: visible;
	position: absolute;
}

TD.NavMenu
{
	font-weight: bold;
	font-size: 8pt;
	background-image: url(images/leftGrad.gif);
	width: 130px;
	color: black;
	padding-top: 20px;
	background-repeat: repeat-y;
	font-family: Arial;
}
TD.NavMenu A:link
{
	color: navy;
}

TD.NavMenu A:visited 
{
	color: navy;
}

TD.NavMenu A:hover
{
	color: gray;
	text-decoration: underline;
}

TD.TopBar
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(images/topGrad.gif);
	border-left: black 1px solid;
	width: 100%;
	color: white;
	text-indent: 10pt;
	border-bottom: black 1px solid;
	background-repeat: repeat-x;
	font-family: Arial, 'Times New Roman';
	height: 45px;
}

TABLE.DataBorder
{
	border-right: black 1px inset;
	border-top: black 1px inset;
	border-left: black 1px inset;
	width: 100%;
	border-bottom: black 1px inset;
	font-family: Arial, 'Times New Roman';
}
TABLE.Actions
{
	font-weight: bold;
	font-size: 8pt;
	width: 110px;
	text-indent: 15px;
	font-family: arial;
	text-align: left;
}
TABLE.Actions TD.Button
{
	background-position: left center;
	background-image: url(images/buttons/2.gif);
	background-repeat: no-repeat;
	color: white;
	height: 50px;
	width: 100%;
}
TABLE.Actions TD.ButtonOver
{
	background-position: left center;
	background-image: url(images/buttons/2on.gif);
	width: 100%;
	cursor: hand;
	color: navy;
	background-repeat: no-repeat;
	height: 50px;
}