body {
	font-family: Arial;
	font-size:14px;
	background-color: #000000;
	text-decoration: none;
	color: #CCCCCC;
	scrollbar-face-color: #060C0F;			/* scrollbar colors IE */
	scrollbar-highlight-color: #060C0F;
	scrollbar-3dlight-color: #607880;
	scrollbar-darkshadow-color: #060C0F;
	scrollbar-shadow-color: #060C0F;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
}

table {
	height: 750px;
	width: 1024px;
	margin-top: -14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

td.main {
	background-image:url(../images/hectic_home.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height: 540px;
	width: 725px;
	margin-left: 480px;
}

.options {
	font-family: Arial;
	color: #CCCCCC;
	font-weight: bold;
	background-color:#060C0F;
	height: 24px;
	width: 357px;
	text-align: left;
	vertical-align: middle;
}

.overOptions {
	background-color:#FFFFFF;
	color:#333333;
	font-weight: bold;
	cursor:pointer;
}

.visitOptions {
	background-color:#333333;
	color:#CCCCCC;
	font-weight: bold;
	cursor:pointer;
}

/* BIO */

.bio {
	background-color:#132000;
	text-decoration: none;
	cursor:pointer;
	height: 177px;
	background-image: url(../images/bio.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.animOverBio {
	background-color:#000000;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../images/biorhythm.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 177px;
}

a:link {
	color: #85CACD;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #595959;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F3F3F3;
	text-decoration: underline;
	font-weight: bold;
}
.trademark/* trademark */

 {
	font-family:Arial;
	font-style: italic;
	color: #1A3120;
	font-size: 12px;
	text-align: center;
}

#news {
	height: 280px;
	overflow: auto;
	width: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

/*-- BIO MAIN WINDOW DETAILS--*/

div.invisibleBio {
	width: 0px;
	height: 0px;
	border: none;
	font-size: 0px;
	color: #000000;
	overflow: hidden;
	visibility: hidden;
	cursor:pointer;
}

.bioWinMorph{
	width: 220px;
	height: 380px;
	overflow: auto;
	border: 2px dotted #0D1A20;
	background-color: #000000;
	filter:alpha(opacity=80);			/* IE */
	opacity:0.8;						/* CSS3 */
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
}
