body
{
	background-color: rgb(255,255,255);
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: rgb(0, 0, 0);
	
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	
}

p
{

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 25px;
	
	
}

h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: rgb(255, 102, 0);
	font-weight: normal;
	text-align: left;
	
}

li
{

	list-style-type: square;
	margin-left: 16px;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 25px;	

}

table.tableTopSpacer
{
	/* align="center" */
	margin-left: auto;
	margin-right: auto;
	
	width: 800px;
	height: 30px;

}

table.tableMainNavigation
{
	border-bottom: solid;
	border-bottom-color: rgb(255, 102, 0);
	border-bottom-width: 1px;
	border-collapse: collapse; /* cellspacing="0" */
	
	/* align="center" */
	margin-left: auto;
	margin-right: auto;
	
	width: 800px;
	height: 70px;
	text-align: center;
	vertical-align: center;

}



td.tableMainNavigationCellLogo
{
	width: 112px;
	text-align: right;
}

td.tableMainNavigationCellEmpty
{
	width: 88px;
}	

td.tableMainNavigationCellNavigation
{
	width: 120px;
}	

a.tableMainNavigationCellLink
{
	text-decoration: none;
	color: rgb(0, 0, 0);
	padding-right: 2px;
	padding-bottom: 2px;
	display: inline-block;	

}

a.tableMainNavigationCellLinkActive
{
	text-decoration: none;
	color: rgb(0, 0, 0);
	border-bottom: solid;
	border-bottom-color: rgb(255, 102, 0);
	border-bottom-width: 2px;
	display: inline-block;
	padding-right: 2px;

}

a.tableMainNavigationCellLink:hover
{
	border-bottom: dotted;
	border-bottom-color: rgb(255, 102, 0);
	border-bottom-width: 2px;	
	padding-bottom: 0px;
}

a.tableMainNavigationCellLink:active
{
	border-bottom: solid;
	border-bottom-color: rgb(255, 102, 0);
	border-bottom-width: 2px;	

}

table.tableGallery
{
	/* align="left" */
	margin-left: 0px;
	margin-right: auto;
	
	width: 645px;
	vertical-align: top;
	border-collapse: collapse;

}

td.tableGalleryValue
{
	width: 161px;
	height: 110px;
	
	/*align=center*/
	margin-left: 0px;
	margin-right:auto;
	vertical-align: center;
	border-collapse: collapse;
	padding: 0px;

}

img.tableGalleryImage
{

	border: 1px solid rgb(255, 102, 0);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;

}


table.tableSubNavigation
{
	/* align="center" */
	margin-left: auto;
	margin-right: auto;
	
	width: 801px;
	text-align: center;
	vertical-align: center;
	border-collapse: collapse;

}

img.tableSubNavigationHeader
{

	border: 0px;
	padding: 0px;
	width: 645px;
	height: 105px;

}

td.tableSubNavigationLeft
{
	width: 110px;
	height: 30px;
	text-align: right;
	vertical-align: top;
	
	border-bottom: none;
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-width: 1px;
	border-collapse: collapse; /* cellspacing="0" */
	padding: 5px;
	
}

td.tableSubNavigationSpacer
{
	width: 46px;
	margin-left: 0px;
	margin-right: 0px;
}

td.tableSubNavigationRight
{
	width: 645px;
	vertical-align: top;
	margin-left: 0px;
	margin-right: auto;

}

tr.tableSubNavigationFiller
{
	height: 600px;
}

a.tableSubNavigationCellLink
{
	text-decoration: none;
	color: rgb(0, 0, 0);
	padding-bottom: 2px;
	display: inline-block;

}

a.tableSubNavigationCellLinkActive
{
	text-decoration: none;
	color: rgb(0, 0, 0);
	border-bottom: solid;
	border-bottom-color: rgb(255, 102, 0);
	border-bottom-width: 2px;
	padding-bottom: 0px;
	display: inline-block;

}

a.tableSubNavigationCellLink:hover
{
	border-bottom: dotted;
	border-bottom-color: rgb(255, 102, 0);
	border-bottom-width: 2px;	
	padding-bottom: 0px;
}

a.tableSubNavigationCellLink:active
{
	border-bottom: solid;
	border-bottom-color: rgb(255, 102, 0);
	border-bottom-width: 2px;
	padding-bottom: 0px;

}

