/* 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;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

.paypal {
border-width: 0;
}

body, td {
font-family: arial, verdana, helvetica;
color: #000;
font-size: 13px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-color: #010d30;
}

.full-size-table {
width: 780;
height: 100%
}

.row1 {
height: 2%;
vertical-align : top;
}

.row2 {
height: 96%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 2%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #000;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image:  url("images/_graphics/i-have-fished-everywhere-header.jpg");
background-repeat : no-repeat;
}

.gred {
background-image:  url("images/_graphics/left-tile.jpg");
background-repeat : repeat-x;
background-position: top;
}

.home-img {
background-image:  url("images/_graphics/i-have-fished-back.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image:  url("images/_graphics/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.top-link a {
color: #fff;
font-size: 14px;
text-decoration: none;
display: block;
padding: 4 10 5 10;
background-color: #f5b216;
font-weight: bold;
}

.top-link a:hover{
color: #fff;
background-color: #0b1a4c;
}

.top-link-active {
color: #fff;
font-size: 14px;
text-decoration: none;
display: block;
padding: 4 10 5 10;
background-color: #0b1a4c;
font-weight: bold;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #22398a;
}

.bluea {
background-color: #0b2065;
}

.yellow {
background-color: #f5b216;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.orange-txt {
color: #f5b216;
}

.orange-txta {
color: #f8c745;
}

.small-txt {
font-size: 12;
color: #fff;
}

.red-txt {
color: #ff0000;
}

/* headings */

h1 {
font-family: arial;
font-size: 35px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 20px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}