/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
border-color: #333;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #888a8c;
}

.full-size-table {
width: 960px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #dc143c;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
}

.v-dot-line {
background-image: url("images/v-dot-line.gif");
background-repeat : repeat-y;
background-position: right;
padding-right: 1px;
}

.blue-h-dot-line {
background-image: url("images/blue-h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.gray-h-dot-line {
background-image: url("images/gray-h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.quote {
font-family: "times new roman";
font-size: 23px;
background-image: url("images/close.jpg");
background-repeat : no-repeat;
background-position: 155px 95px;
line-height: normal;
padding-top: 10px;
}

/* links */

.left-nav a {
color: #000;
font-size: 12px;
text-decoration: none;
font-weight: bold;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 20 9px;
padding: 2px 5px 3px 35px;
display: block;
}

.left-nav a:hover{
color: #dc143c;
}

.footer {
color: #85bae9;
}

.footer a{
padding: 1px 5px;
color: #85bae9;
}

.footer a:hover {
color: #dc143c;
}



/* background colours */

.blue {
background-color: #173a59;
}

.bluea {
background-color: #18548f;
}

.gray {
background-color: #e6e6e6;
}

.graya {
background-color: #95a0aa;
}

.white {
background-color: #fff;
}

/* borders */

.bot-line {
border-bottom : #cacaca 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.big-txt {
font-size: 16px;
}

.white-txt {
color: #fff;
}

.orange-txt {
color: #ffba00;
}

.orange-txta {
color: #daba67;
}

.blue-txt {
color: #173a59;
}

.blue-txta {
color: #96ceff;
}

.normal {
font-weight: normal;
}

span {
float:right;
font-weight: bold;
color: #fff;
font-size: 11px;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 14px;
}
