body{
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_back.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	
}
.tablecopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
}
.navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.navtxtOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #33CCFF;
	background-image:url(../images/blue_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.navtxt td {
	text-indent: 10px;
}
.navtxtOn a {
	color: #33CCFF;
}

a {
	outline:none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.copy{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
a.copy:link {
	color: #999999;
	text-decoration: underline;
}
a.copy:visited {
	color: #999999;
	text-decoration: underline;
}
a.copy:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a.copy:active {
	text-decoration: underline;
}
.navtxtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.navtxtfieldOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #33CCFF;
}
.copyright p{
	font-size: 10px;
	line-height: 18px;
	color: #999;
}
.copyrightheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	font-weight: bold;
}

.copyfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	text-align: left;
}
a.copyfooter:link {
	color: #999999;
	text-decoration: underline;
}
a.copyfooter:visited {
	color: #999999;
	text-decoration: underline;
}
a.copyfooter:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a.copyfooter:active {
	text-decoration: underline;
}
.salesline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
	line-height: 12px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	text-align: left;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: -12px;
}
.h14px {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: -12px;
}
.news_small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a.news:link {
	color: #0000FF;
	text-decoration: underline;
}
a.news:visited {
	color: #0000FF;
	text-decoration: underline;
}
a.news:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a.news:active {
	text-decoration: underline;
	color: #0000FF;
}
#port {
	position:absolute;
	left:305px;
	top:49px;
	width:76px;
	height:85px;
	z-index:2;
}
#stocker {
	position:absolute;
	left:403px;
	top:49px;
	width:77px;
	height:77px;
	z-index:4;
}
td {
	vertical-align: top;
}
td p {
	margin-top: 0;
	line-height: 7px;
}
th {
	font-size: 24px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
th p {
	line-height: 7px;
}

.clearfloat {
	clear: both;
}
/* SCROLLING CONTENT -- DHTMLGOODIES*/

#main_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
	float: left;
	width: 640px;
	height: 460px;/* The height of the scrolling div */
	
	}
	#scrolldiv_parentContainer{
		width: 615px;/*width of the scrolling text */
		float: left;
		position:relative;
		height: 100%;
		overflow: hidden;	
	}
	
	
	/*CSS for the scrolling content */
	
	#scrolldiv_content{
		padding: 0 20px 0 20px;
		position:relative;
	}
	#scrolldiv_content .inside {
		margin-left: 18px;
	}
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:480px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
	width:15px;
	height:440px;	/* Total height - 40 pixels */
	border:1px solid #000;
	position:relative;
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#000;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #999;
		color: #555;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}