/* CSS Document */
<style type="text/css">
<!--
 
html, body { 
height: 100% 
font, text, body, p, b, table, tr, td { font-size:13px; font-family: Verdana, Helvetica, Arial, Sans-serif;}
color: #FFCC00; 
}
body {background-attachment: scroll; background-image: url(http://img.bigblackbone.com/images/topR1C2.JPG); 
background-repeat: repeat-x; background-position: top;} 
#container {
	height: 100%;
	padding: 0px;
	margin: auto;
	width: 872px;
}
#row-container {
	height: 100%;
	padding: 3px;
	margin: auto;
	width: 100%;
}
#row-container2 {
	height: 100%;
	padding: 0 3px 3px 3px;
	margin: auto;
	width: 100%;
}
#section-container {
	height: 100%;
	padding: 0px;
	margin: auto;
	width: 100%;
} 
#col_one { 
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */ 
width: 172px; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 
#col_two { 
margin: 0 0 0 3px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 172px; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 
#col_three { 
margin: 0 0 0 3px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 172px; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 
#col_four { 
margin: 0 0 0 3px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 172px; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 
#col_five { 
margin: 0 0 0 3px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 172px; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 
#col_six { 
margin: 0 0 0 3px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 347px; /* Allows for fluid design. Can be set to pixels */ 
float: left; 
} 

/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally, 
that is why the width is currently set to 18%. If you add padding to the container, the same applies. */ 
.s {font-family: Tahoma;
font-size: 9px;}
.l {font-family: Tahoma;
font-size: 11px; color:#500B05; font-weight:bold;}

BODY {
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.myothersites {
	font-size: 10pt;
	color: #FFCC00;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
}
.bottomtradelinks {
	font-size: 18pt;
	color: #FFCC00;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
}
.affad {
	font-size: 14pt;
	color: #FFCC00;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #FFCC00; TEXT-DECORATION: underline
}
A:link {
	COLOR: #FFCC00; TEXT-DECORATION: none
}
A:active {
	COLOR: #FFCC00; TEXT-DECORATION: none
}
A:link IMG { BORDER-RIGHT: 1px #FFCC00 dotted; BORDER-TOP: 1px #FFCC00 dotted; BORDER-LEFT: 1px #FFCC00 dotted; BORDER-BOTTOM: 1px #FFCC00 dotted }
A:visited IMG { border: 1px #FFCC00 dotted; FILTER: invert(Opacity=50) gray;}
A:hover IMG { border: 1px #FFCC00 dotted;  FILTER: alpha(Opacity=70) black; }
A:active IMG { border: 1px #FFCC00 dotted; FILTER: alpha(Opacity=95) gray; }

.bookmarkflash {
	font-size: 10pt;
	color: #FFCC00;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	text-decoration: underline blink;
}
.MediumLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFCC00;
}
.trades td{ 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #FFCC00; 
} 
         
.trades a:link{ 
        text-decoration: underline; 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #FFCC00; 
} 

.trades a:active{ 
        text-decoration: underline; 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #FFCC00; 
} 

.trades a:visited{ 
        text-decoration: underline; 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #FFCC00; 
} 

.trades a:hover{ 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        text-decoration: underline; 
        font-size: 22px; 
        font-weight: bold; 
        color: #FFCC00; 
}
h1,h2,h3,h4,h5,h6
{
font-size: 1.4em;
font-weight: normal;
color: #FFCC00}
-->
</style> 
