a, a:visited {

	color: #000000;

	text-decoration: none;

}



a:hover {

	color: Red;

	text-decoration: none;

	text-transform: none;

	}



body {

	background-color: White;

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	margin: 0px 0px 0px 0px;

	background-image: url(pic/bg.gif);

	background-repeat: repeat-y;

	background-position: left;

}

.tablehead{

	background-image: url(pic/bghead.gif);

	background-repeat: no-repeat;

	background-position: center center;

}

.tradelist {

	font-size: 11px;

	font-weight: 900;

}

.bookmark {

	background-color: #C8FFE4;
	
	border-bottom: 1px solid #00FF7F; 
	
	font-size: 10px;

	font-weight: 900;

}

.title {

	background-color: #CCFFE6;

	color: #000000;

	font-size: 14px;

	font-weight: 900;

}

.titleborder {

	border-bottom: 1px solid #00FF7F;

}



.tableleft{

	background-color: #EEFFF7;

	border-bottom: 1px solid #00FF7F;

	border-left: 1px solid #00FF7F;

	}

.tableright{

	background-color: #EEFFF7;

	border-bottom: 1px solid #00FF7F;

	border-right: 1px solid #00FF7F6;

	}

	

.links {

	font-size: 14px;

	font-weight: 900;

}

</style>