/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #f8f5e2;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

/* images */

.home-img {
background-image: url("images/home-img.jpg");
background-repeat : no-repeat;
}

.i-header-img {
background-image: url("images/i-header-img.jpg");
background-repeat : no-repeat;
}

.i-header-img-new {
background-image: url("images/i-header-img-new.jpg");
background-repeat : no-repeat;
}


.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.h-dot-linea {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.r-h-dot-line {
background-image: url("images/r-h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.y-h-dot-line {
background-image: url("images/y-h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}


.i-left-img {
background-image: url("images/i-left-img.jpg");
background-repeat : no-repeat;
background-position: top left;
}

.i-left-img-new {
background-image: url("images/i-left-img-new.jpg");
background-repeat : no-repeat;
background-position: top left;
}


.yellow-tile {
background-image: url("images/yellow-tile.jpg");
background-repeat : repeat-y;
}

.brown-tile {
background-image: url("images/brown-tile.jpg");
background-repeat : repeat-y;
}

/* links */

.top-link a {
color: #904405;
font-size: 11px;
text-decoration: none;
padding-left: 3px;
padding-right: 3px;
display: block;
padding-bottom: 5;
}

.top-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.yellow {
background-color: #e3ce7a;
}

.yellowa {
background-color: #f8f5e2;
}

.brown {
background-color: #af5308;
}

.red {
background-color: #982c00;
}

/* borders */

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.yellow-txt {
color: #f3ebd4;
}

.yellow-txta {
color: #e3ce7a;
}

.brown-txt {
color: #815618;
}

/* headings */

.yellow-head {
font-size: 13px;
color: #e3ce7a;
}

.white-head {
font-size: 13px;
color: #f8f5e2;
}

.white-heada {
font-size: 13px;
color: #fff;
}

.green-head {
font-size: 18px;
color: #534716;
}

.green-heada {
font-size: 13px;
color: #534716;
}

.brown-head {
font-size: 13px;
color: #c3872f;
}

.brown-heada {
font-size: 16px;
color: #c3872f;
}

.red-head {
font-size: 13px;
color: #982c00;
}

.black-head {
font-size: 13px;
color: #000;
}