/* CSS Document */

BODY {
	background-color:#F0F0F0;
	padding:0px;
	margin:0px;
	font:Arial, Helvetica, sans-serif;

}
a,visited{ text-decoration:underline; color:#575757; font-weight:bold;}
a:hover{ text-decoration:none; color: #000099; font-weight:bold;}

.info{
	background:url(images/bg_main.gif) repeat-x #0C4C6E; 
	color: #fff;
	width:100%;
	font:11px Arial, Helvetica, sans-serif;
}
.info a,visited{ text-decoration:none; color:#FFFFFF}
.info a:hover{ text-decoration:none; color: #FFCC00}

.bg1{
	background:url(images/bg_main2.gif) repeat-x;
	height:20px;
	color:#333;
}

.bg2{
	background:#E7E8FD;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	color:#333;
}

.bg3{	
	height:25px;
	padding-left:10px;
	padding-right:10px;
	color:#333;
}
.style1 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-family: Arial, Helvetica, sans-serif}

.btnTrading
{
     width: 32px;
	 height: 32px;
	 padding: 55px 0 0;
	 margin: 0;
  	 border: 0;
	 background: transparent url('images\trading.jpg') no-repeat center top;
	 overflow: hidden;
     cursor: pointer; /* hand-shaped cursor */
     cursor: hand; /* for IE 5.x */
}
.btnLedger
{
     width: 32px;
	 height: 32px;
	 padding: 55px 0 0;
	 margin: 0;
  	 border: 0;
	 background: transparent url('images\ledger.jpg') no-repeat center top;
	 overflow: hidden;
     cursor: pointer; /* hand-shaped cursor */
     cursor: hand; /* for IE 5.x */
}
.btnEquity
{
     width: 32px;
	 height: 32px;
	 padding: 55px 0 0;
	 margin: 0;
  	 border: 0;
	 background: transparent url('images\Position.jpg') no-repeat center top;
	 overflow: hidden;
     cursor: pointer; /* hand-shaped cursor */
     cursor: hand; /* for IE 5.x */
}
.heading
{
	font-family:Trebuchet MS;
	font-size:large;
	font-weight: bold;
	color: #000099;
}
.footer {
	background-color:#F0F0F0;
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
}
.footer TD {background:#F0F0F0;}
