/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
}

body {
margin: 0px;
padding: 0px;
background-color: #003464;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
font-size:13px;
}

a {
color: #000080;
text-decoration: none;
}

a:hover{
color: #000080;
text-decoration: underline;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}
.contact-back {
background-image: url("images/contact-back.jpg");
background-repeat : no-repeat;
background-position: right;
padding: 5px 10px 5px 10px;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.shadow {
background-image: url("images/shadow.jpg");
background-repeat : repeat-y;
padding-left: 4px;
}

.feature-hotels-top {
background-image: url("images/feature-hotels-top.jpg");
background-repeat : no-repeat;
padding-left: 20px;
padding-top: 5px;
height: 33px;
}

/* links */

.nav a {
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
border-bottom : #74a5eb 1px solid;
padding: 4px 5px 5px 25px;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 10px 8px;
display: block;
}

.nav a:hover{
background-color: #2089CE;
text-decoration: none;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
color: #002D7A;
}

.bot-nav a {
color: #000080;
text-decoration: none;
}

.bot a:hover{
text-decoration: none;
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #1665AC;
}

.bluea {
background-color: #002E70;
}

.blueb {
background-color: #5EACDE;
}

.bluec {
background-color: #116FC3;
}

.orange {
background-color: #ff9900;
}

.red {
background-color: #cc0b30;
}

.purple {
background-color: #c62588;
}

.brownbold-txt {
color: #d25603;
font-weight: bold;
font-size: 13px;
}

/* borders */

.tbl-bot-border {
border-bottom : #d2d2d2 1px solid;
padding: 4px 15px 2px 1px;
}

/* text */

.white-txt {
color: #fff;
}

.brown-txt {
color: #d25603;
}

.blue-txt {
color: #11547F;
}

.blue-txta {
color: #005084;
}

.blue-txtb {
color: #1379cd;
}

.small-txt {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 11px;
}

.orange-txt {
color: #ff9900
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
margin: 0px;
}

h1 {
font-size: 13px;
}

h2 {
color: #1379cd;
font-size: 13px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 16px;
}

