/* 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: 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;
}

.white-content {
font-size: 11px;
text-align: justify;
color: #fff;
}


.full-size-table {
width: 780;
}

a {
color: #fff;
text-decoration: none;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.news-back {
background-image: url("images/newsletter-back.jpg");
background-repeat : no-repeat;
background-color: #000;
}

/* links */

.top-link a {
color: #ffffff;
font-size: 11px;
text-decoration: none;
padding-left: 3px;
padding-right: 3px;
display: block;
background-color: #b19269;
border : #d0bea5 1px solid;
height: 18;
padding-top: 1;
}

.top-link a:hover{
color: #ffffff;
background-color: #b96331;
border : #d5a183 1px solid;
text-decoration: none;
}

.bot-link a {
color: #ffffff;
font-size: 11px;
text-decoration: none;
}

.bot-link a:hover{
color: #ffcc00;
}

/* background colours */

.black {
background-color: #000;
}

.blue {
background-color: #000066;
}

.white {
background-color: #fff;
}

.gray {
background-color: #333;
}

/* borders */

.border {
border : #cccccc 1px solid;
}

/* text */

.yellow-txt {
color: #ffcc00;
}

.white-txt {
color: #ffffff;
}

/* headings */

.yellow-head {
font-size: 16px;
color: #ffcc00;
}