/* 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;
}

/* 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: #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: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
font-size: 11px;
text-align: justify;
}

.white-content {
font-size: 11px;
text-align: justify;
color: #fff;
}

a {
color: #333;
text-decoration: none;
}

/* images */

.header {
background-image: url("images/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;
background-color: #666;
height: 30;
padding-top: 7;
}

.top-link a:hover{
color: #ffffff;
background-color: #b96331;
}

/* background colours */

.gray {
background-color: #9b9b9b;
}

.gray1 {
background-color: #232323;
}

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

/* borders */

/* text */

.white-txt {
color: #ffffff;
}

/* headings */

.white-head {
font-size: 18px;
color: #fff;
}