/* 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: #FFCAE8;
}
 
#container {
	height: 100%;
	padding: 0px;
	margin: auto;
	width: 922px;
}
#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: 182px; /* 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: 182px; /* 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: 182px; /* 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: 182px; /* 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: 182px; /* 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:#B01A6F; font-weight:bold;}

BODY {
	SCROLLBAR-FACE-COLOR: #FFCAE8;
	SCROLLBAR-3DLIGHT-COLOR: #B01A6F;
	SCROLLBAR-ARROW-COLOR: #B01A6F;
	SCROLLBAR-TRACK-COLOR: #B01A6F;
	SCROLLBAR-DARKSHADOW-COLOR: #B01A6F;
	background-color: #FFCAE8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.toplistbox {
	border-top: thin none #B01A6F;
	border-right: thin dashed #B01A6F;
	border-bottom: thin none #B01A6F;
	border-left: thin dashed #B01A6F;
}

.myothersites {
	font-size: 10pt;
	color: #B01A6F;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
}
.bottomtradelinks {
	font-size: 18pt;
	color: #B01A6F;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
}
.affad {
	font-size: 14pt;
	color: #B01A6F;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #B01A6F; TEXT-DECORATION: underline
}
A:link {
	COLOR: #B01A6F; TEXT-DECORATION: none
}
A:active {
	COLOR: #B01A6F; TEXT-DECORATION: none
}
A:link IMG { BORDER-RIGHT: 1px #B01A6F dotted; BORDER-TOP: 1px #B01A6F dotted; BORDER-LEFT: 1px #B01A6F dotted; BORDER-BOTTOM: 1px #B01A6F dotted }
A:visited IMG { border: 1px #B01A6F dotted; FILTER: invert(Opacity=50) gray;}
A:hover IMG { border: 1px #B01A6F dotted;  FILTER: alpha(Opacity=70) black; }
A:active IMG { border: 1px #B01A6F dotted; FILTER: alpha(Opacity=95) gray; }

.MediumLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #B01A6F;
}
.trades td{ 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #B01A6F; 
} 
         
.trades a:link{ 
        text-decoration: underline; 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #B01A6F; 
} 

.trades a:active{ 
        text-decoration: underline; 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #B01A6F; 
} 

.trades a:visited{ 
        text-decoration: underline; 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        font-size: 22px; 
        font-weight: bold; 
        color: #B01A6F; 
} 

.trades a:hover{ 
        font-family: "Trebuchet MS", Verdana, Helvetica; 
        text-decoration: underline; 
        font-size: 22px; 
        font-weight: bold; 
        color: #B01A6F; 
}
h1,h2,h3,h4,h5,h6
{
font-size: 1.4em;
font-weight: normal;
color: #B01A6F}
-->
</style> 


