/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333333;
font-size: 80%;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 703;
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: #1c407e;
text-decoration: underline;
}

a:hover{
color: #5093fe;
}

/* images */

.gray-v-line {
background-image: url("images/gray.jpg");
background-repeat : repeat-y;
background-position: center;
}

.gray-h-line {
background-image: url("images/gray.jpg");
background-repeat : repeat-x;
background-position: center;
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

/* links */

.top-link a {
color: #ffffff;
font-size: 11px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
display: block;
height: 28;
padding-top: 7;
font-weight: bold;
}

.top-link a:hover{
color: #fff;
background-color: #5294fc;
}

.over{
font-size: 11px;
color: #fff;
height: 28;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
background-color: #5294fc;
}

/* background colours */

.black {
background-color: #000000;
}

.white {
background-color: #ffffff;
}

.gray {
background-color: #ccc;
}

.gray1 {
background-color: #e5e5e5;
font-size: 13px;
color: #727272;
padding-left: 20;
}

.blue {
background-color: #1f53a5;
}

.blue1 {
background-color: #82aff4;
}

.blue2 {
background-color: #5294fc;
}

/* borders */

/* text */

.white-txt {
color: #fff;
font-size: 11px;
}

.gray-txt {
font-size: 13px;
color: #727272;
text-decoration: none;
}

/* headings */

.page-head {
font-size: 16px;
color: #5093fe;
font-weight: bold;
}

.sub-head {
font-size: 14px;
color: #1c407e;
font-weight: bold;
}

.black-head {
font-family: "times new roman", tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 25px;
color: #000;
letter-spacing: 1;
}
