/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : AlgoTrade  */
/* Date : 1st July 2009 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: verdana, helvetica;
color: #000;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 100%;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 95%;
vertical-align : top;
}

.i-row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
}

a:hover{
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
padding-top: 375px;
background-position: center top;
}

.line {
background-image: url("images/line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

/* background colours */

.green {
background-color: #357503;
}

.greena {
background-color: #408f02;
}

.greenb {
background-color: #55bb00;
}

.blue {
background-color: #d2dbe0;
}

/* borders */


/* text */

.green-txt {
color: #293811;
}

.small-txt {
font-size: 11px;
font-family: arial;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 13px;
}

h2 {
font-size: 22px;
}

h3 {
font-size: 16px;
}

.captcha-red-txt {
color: red;
}

.captcha-small-txt {
font-size:10px;
}