/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : e Currency Arbitrage  */
/* Date : 29th July 2008 */

/* form classes */

/* page default settings */

body, td {
font-family: verdana;
color: #000;
font-size: 15px;
line-height: 1.25em;
}

body {
margin: 0px;
padding: 0px;
background-image: url('images/back.jpg');
background-repeat : repeat-x;
background-color: #5cc4df;
}

P {text-align: left}

.full-size-table {
width: 769px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
padding-top: 15px;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 20px 6px;
padding: 2px 1px 10px 30px;
}

.left-img {
margin-right: 20px;
margin-bottom: 10px;
}

.bot {
background-image: url("images/bot.jpg");
background-repeat : repeat-x;
}

.top {
background-image: url("images/top.jpg");
background-repeat : repeat-x;
}

.testimonial-tile {
background-image: url("images/testimonial-tile.jpg");
background-repeat : repeat-y;
padding-left: 40px;
padding-right: 40px;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.but a {
background-image: url("images/but-join.jpg");
background-repeat : no-repeat;
width: 239px;
height: 58px;
display: block;
}

.but a:hover{
background-image: url("images/but-join-over.jpg");
background-repeat : no-repeat;
}


/* background colours */

     		 a:link       { color:                   #0000FF;                   text-decoration:none;}
             a:visited    { color:                   #0000FF;                   text-decoration:none;}
             a:hover      { color:                   #FF0000;                   text-decoration: underline;}  

.white {
background-color: #fff;
}

.yellow {
background-color: #ffff00;
}

.yellowa {
background-color: #fefef8;
}

.yellowb {
background-color: #efefd5;
}

.blue {
background-color: #E8F2F9;
}

.gray {
background-color: #bfc1c8;
}


/* borders */

.guarantee {
border: #bb1b06 3px dashed;
padding: 25px;
}

.border-lr {
border-left : #CFE4F3 1px solid;
border-right : #CFE4F3 1px solid;
padding: 5px 20px 5px 20px;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.red-txt {
color: #bb1b06;
}

.red-txta {
color: #ff0000;
}

.blue-txt {
color: #003b85;
}

.small-txt {
font-size: 11px;
}



/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}


h1 {
font-size: 22px; 
}

h2 {
font-size: 18px;
}

b {
font-family: arial;
font-size: 16px;
}