/* CSS Document */
.trade_verbiage
	{font-face:times new roman;
	 color:black;
	 font-size:14px;
	}

.font
	{font-family:times new roman;
	 font-size:14px;
	}

.trade_data
	{
	border:1px solid #3A4FE8;
	}
.borders
	{
	border-left: 1px solid #433DBD;
	border-right: 1px solid #433DBD;
	Border-top: 1px solid #433DBD;
	border-bottom: 1px solid #433DBD;
	}
	
.border-right
	{
	border-right: 1px solid #433DBD;
	font-family:times new roman;
	font-size:14px
	}
	
.border-right-bottom
	{
	border-right: 1px solid #3A4FE8;
	border-bottom: 1px solid #3A4FE8;
	font-family:times new roman;
	font-size:14px
	}

.border-right-bottom-head
	{
	border-right: 1px solid #3A4FE8;
	border-bottom: 1px solid #3A4FE8;
	font-family:times new roman;
	font-size:14px;
	font-weight:bold;
	}
	
.border-bottom
	{
	border-bottom: 1px solid #3A4FE8;
	font-family:times new roman;
	font-size:14px
	}

.border-bottom-head
	{
	border-bottom: 1px solid #3A4FE8;
	font-size:14px;
	font-family:times new roman;
	font-weight:bold;
	}
	
a {
	   font-style:normal;
	   text-Decoration:none;
	   color:blue;
	   font-family:arial;
	   font-size:10;
	   }
a:hover{
	 	font-weight:bold;
		font-size:12;
	}
	
.float {float:left;
		 padding-right:20px;
		 padding-bottom:20px;
		}
