/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Prakash Anant Sathe  */
/* Date : 17th Oct. 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

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

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


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 13px;
line-height: 1.5em;
}

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

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

.row1 {
height: 5%;
vertical-align : top;
background-color: #cfcfcf;
}

.row2 {
height: 95%;
vertical-align : top;
background-color: #c2d663;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

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

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 7px 6px 8px 6px;
font-weight: bold;
display: block;
}

.top-link a:hover{
color: #cfcfcf;
background-color: #fff;
}

/* background colours */


.white {
background-color: #fff;
}

/* borders */


/* text */

.green-txt {
color: #C2D663;
}

.white-txt {
color: #fff;
}

/* Heading */

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

h1 {
font-size: 30px;
padding-left: 60px;
padding-bottom: 5px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}