/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Company Name  */
/* Date : 00th March. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
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: 11px;
}

body {
padding: 0px;
margin: 0px;
background-color: #e0dfe1;
}

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

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

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

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

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

.content {
text-align: justify;
}

a {
color: #2d7624;
text-decoration: underline;
}

a:hover{
color: #333;
}

/* images */

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

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

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
}

.home-top-tile {
background-image: url("images/home-top-tile.jpg");
background-repeat : repeat-x;
background-color: #d8d7d8;
}

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

.i-top-tile {
background-image: url("images/i-top-tile.jpg");
background-repeat : repeat-x;
background-color: #fefeff;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 7;
padding: 4 1 5 20;
}

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

/* links */

.top-link a {
font-family: arial;
color: #e1e0e0;
font-size: 11px;
text-decoration: none;
font-weight: bold;
padding: 5 15 4 15;
display: block;
}

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

.left-link a {
color: #333;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 10px;
}

.left-link a:hover{
background-color: transparent;
text-decoration: none;
color: #333;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #d8d7d8;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #333;
}

.white-txt {
color: #fff;
}

.yellow-txt {
color: #e3e7a9;
}

.brown-txt {
color: #b12f02;
}

.brown-txta {
font-family: arial;
color: #b12f02;
font-size: 13px;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0px;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0px;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0px;
}