BODY {
	background: #4A4D4A;
	color : white;
	font-family : Arial, sans-serif;
	text-align: justify;
}

.backBody
{
	background: #4A4D4A;
}

.headerTable
{
}

.headerTableHeader
{
	border : 0 none #708090;
	font-size: 16pt;
	color: orange;
	font-weight : bold;
	background-color : black;
}

.headerTableSubHeader {
	border : 0 none #708090;
	font-size: 12pt;
	color: orange;
	font-weight : bold;
	background-color : black;
}

.menuEntryTop
{
	border-top : thin solid Orange;
	background: black;
}

.menuEntryBottom
{
	border-bottom : thin solid Orange;
	background: black;
}

.breadCrumbs
{
	border-bottom : thin solid Orange;
	background-image : url(../images/bg.gif);
}

.menuEntryTopBottom
{
	border-top : thin solid Orange;
	border-bottom : thin solid Orange;
	background: black;
}

.menuEntryTable
{
	background-color : Black;
	height : 100%;
}

.menuEntryTitle
 {
	color: orange;
	font-weight : bold;
}

.colTitle {
	text-decoration: none;
	color: orange;
	font-weight : bold;
}

.linkButton 
{
	color				: orange;
	font-weight			: bold;
	background-color	: #4A4D4A;
	cursor				: hand;
	text-align			: left;
	border				: none;
}

A {
	text-decoration: none;
	color: orange;
	font-weight : bold;
}

A:Hover {
	text-decoration: none;
	color: black;
	background-color : Orange;
}

HR {
	color: Orange;
	height: 1pt;
}

H1
{
	color: orange;
	font-weight : bold;
	font-size:large;
}

H2
{
	color: orange;
	font-weight : bold;
	font-size:larger;
}

.emphasize
{
	color: orange;
	font-weight : bold;
}

.folderTab
{
	border: inset 1 orange;
	border-bottom-width: 2;
	border-bottom-style: outset;
	cursor: hand;
	font-weight:normal;
	color: orange; 
	background-color: #6A6D6A;
}

.selectedfolderTab
{
	border: outset 2 orange;
	border-bottom-style: none;
	cursor: hand;
	font-weight: bold;
	color: orange; 
}

.folderTabSpace
{
	border: none 2 orange;
	border-bottom-style: outset;
}

.folderSheet
{
	border: outset 2 orange;
	border-top-style: none;
}

.galleryTable
{
	border: none 0 orange;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.galleryCell
{
	border: outset 2 orange;
}

.galleryImageCell
{
	border: none;
	border-bottom: solid 1 orange;
}

.galleryNameCell
{
	border: none;
	border-top: solid 1 orange;
	color: orange;
	font-size: x-small;
}

.contentTable
{
	border: solid 1 orange;
}

.noBorder
{
	border: none 0 white;
}

.handCursor
{
	cursor: hand;
}

