BODY {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #040404;
	background-color: #000000;
	background-position: top right;
}
P {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: justify;
	padding: 2px 5px 3px 5px;
	margin: 5px;
	text-indent: 5px;
}
th, td, ul, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
	font-family:  Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td {
	font-size: 12px;
}
div {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
ul {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}	
li {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	list-style: disc outside url(visual/img/bullet.gif);
}
A:link {
	font-weight: bold;
	color: #FF6600;	
	text-decoration: underline;
	background-color: transparent;
}
A:hover {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	background-color: transparent;
}
A:active {
	font-weight: bold;
	color: #040404;
	text-decoration: underline;
	background-color: transparent;
}
A:visited {
font-weight: bold;
}

/*
.page {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #717171;
	background-color: #000000;
	background-image: url(visual/img/black-bg.gif);
	background-attachment: scroll;
	background-position: top right;
	background-repeat: repeat;
}
*/
.holder {
	position: absolute;
	top: 0px;
	left: 0px;
	height: inherit;
	width: 600px;
	margin: 0px;
	padding: 0px;
	color: #040404;
	background-color: #ffffff;
}
.content {
/*	position: relative;
	top: 0px;
	left: 0px;
	height: inherit;
	width: 600px; */
	margin: 0px;
	padding: 2px;
	color: #040404;
	font-size: 12px;
	background-image: url(visual/img/tl-back.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
}

.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px 5px 3px 5px;
	margin: 5px;
	text-indent: 5px;
}

.capt {
	font-size: 9px;
	line-height: 12px;
}

.galCapt {
	font-size: 9px;
	line-height: 12px;
	color: #ffffff;
}

.botMenu {
/*	position: static;
	top: auto;
	left: 0px;
	height: 65px;
	width: inherit; */
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
	color: #ffffff;
	font-size: 10px;
	text-align: justify;
}

.sideNav {
	position: absolute;
	top: 90px;
	left: 605px; 
	height: inherit;
	width: 150px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	color: #999999;
	font-size: 11px;
	line-height: 13px;	
}

.padding {
	margin: 3px;
	padding: 0px 0px 1px 10px;
}
