body {
margin: 4px 6px;
border:0;
/*width:99%;*/
background: #3665c2;
min-width:950px;
}
.header {
clear:both;
float:left;
background: #ffffff;
width:100%;
/* Border Radius Style */
    border-top-left-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-toprleft: 15px;


/* Border Radius Style */
    border-top-right-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-topright: 15px;

}
.menu {
clear:both;
position:relative;
float:left;
background: #ffffff;
width:100%;
z-index: 100;
}
.container{
width:100%;
background:#ffffff;
float:left;
overflow:hidden;
}
.col1{
float: left;
width: 24%;
background: #ffffff;
display: inline;
}
.col2{
float:left;
width:76%;
background: #ffffff;
position: relative;
}
.col1_1{
float: left;
width: 100%;
background: #ffffff;
display: inline;
}
.footer {
clear:both;
float:left;
background: #ffffff;
width:100%;
margin-bottom:4px;
/* Border Radius Style */
    border-bottom-left-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-bottomleft: 15px;

/* Border Radius Style */
    border-bottom-right-radius: 15px;
    /* Mozilla Firefox Extension */
    -moz-border-radius-bottomright: 15px;
}
.SwapFromTo{
	background:url('../images/swap.png') no-repeat;
	opacity:0.55;
	filter:alpha(opacity=40);/* <= IE8 */
	padding-left:12px;
}
.SwapFromTo:hover{
 	opacity:0.9;
 	filter:alpha(opacity=90); /* <= IE8 */
	cursor:pointer;
}
.home-menu a{
	background: url("../images/s_bullet.gif") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
	font-size: 11px;
	padding: 0 0 0 15px;
}
.home-menu td{
	padding-right: 55px;
}