/* 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-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.v-dot-line {
background-image: url("images/v-dot-line.jpg");
background-repeat : repeat-y;
background-position: center center;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.top-link a {
color: #524f36;
font-size: 11px;
text-decoration: none;
background-image: url("images/link-back.jpg");
background-repeat : repeat-x;
height: 26px;
padding-left: 15px;
display: block;
padding-top: 9;
width: 140;
}

.top-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #ccc;
}

.blue {
background-color: #ccd1e4;
}

.bluea {
background-color: #e3e5f0;
}

/* borders */


/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #4a61a0;
}

.orange-txt {
color: #ff623b;
}

/* headings */

.blue-head {
font-size: 18px;
color: #5e6c8d;
}

.gray-head {
font-size: 22px;
color: #7f7f7e;
}

.gray-heada {
font-size: 18px;
color: #7f7f7e;
}

.orange-head {
font-size: 22px;
color: #ff3300;
}