/** Intro Box **/
#intro { 
	float: center;
	width: 592px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#intro_top { /* Intro Top */
	width: 592px;
	background-image:url(images/intro-box.gif);
	background-repeat:   no-repeat  ;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.cat_ttl{ /* Intro Title */
	width: 585px;
	
	margin: 0 0 0 0;
	padding: 8px 4px 0 4px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	}

#intro_mid { /* Intro Middle Part */
	width: 592px;
	background-image:url(images/intro-mid.gif);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.cat_mid{
	width: 570px;
	margin: 0 0 0 0;
	padding: 3px 5px 0 5px;
	font-size: small; 
	color :#000000;
	text-align: justify;	
	}	

#intro_bot { /* Intro Bottom */
	width: 592px;
	height: 16px;
	background-image:url(images/intro-bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	}	
/** End Intro Box **/	

td{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}




a:link{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
}

a:visited{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
}

a:active{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #0099ff;
}

a:hover{
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #0099ff;
}



.trades2 a:link{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #0000ff;
}

.trades2 a:visited{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}

.trades2 a:active{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.trades2 a:hover{
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.trades2 td{
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFDA86;
}

a:link img{
	border-color: #000000; 
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:visited img{
	border-color: #000000; 
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:active img{
	border-color: #000000; 
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover img{
	border-color: #000000; 
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.th {
	background: #ffecc1;

}
	
.th a:link img{
	background-image: url('images/bgthumb.jpg');
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.th a:visited img{
	background-image: url('images/bgthumb.jpg');
	border-color: #000000; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.th a:active img{
	background-image: url('images/bgthumb.jpg');
	border-color: #000000; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.th a:hover img{
	background-image: url('images/bgthumb.jpg');
	border-color: #000000; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#links {
	font-size:15px;
	color:#fff;
}
#links a {
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #000;
	background-color:#FFDA86;
	padding-left:4px;
	padding-right:4px;
	font-size:19px;
	color:#000;
}
#links a:hover {
	border:1px solid #990066;
	color:#000000;
	font-size:19px;
	background-color:#fff;
}