

/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.4em;
}

body {
margin: 0px;
padding: 0px;
background-color: #000;
}

.full-size-table {
width: 922px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #0000FF; /*  was ccc */
text-decoration: underline;
}

a:hover{
color: #000;
}

br {
line-height: 0.7em
}

.logo-pad {
padding-right: 74px;
padding-top: 8px;
}

/* images */

.header {
background-image: url("../images/header.jpg");
background-repeat : no-repeat;
}

.bot {
background-image: url("../images/bot.jpg");
background-repeat : no-repeat;
}

.brown-top {
background-image: url("../images/brown-top.png");
background-repeat : no-repeat;
}

.purple-top {
background-image: url("../images/purple.jpg");
background-repeat : no-repeat;
}

.red-top {
background-image: url("../images/red.jpg");
background-repeat : no-repeat;
}

/* links */

.top-nav a {
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: center;
padding: 3px 0 4px 0;
display: block;
}

.top-nav a:hover{
color: #fff;
}


.imga a {
background-image: url("../images/1n.png");
background-repeat : no-repeat;
width: 59px;
}

.imga a:hover{
background-image: url("../images/1h.png");
background-repeat : no-repeat;
}

.imgb a {
background-image: url("../images/2n.png");
background-repeat : no-repeat;
width: 124px;
}

.imgb a:hover{
background-image: url("../images/2h.png");
background-repeat : no-repeat;
}

.imgc a {
background-image: url("../images/3n.png");
background-repeat : no-repeat;
width: 86px;
}

.imgc a:hover{
background-image: url("../images/3h.png");
background-repeat : no-repeat;
}

.devide {
width: 8px;
}

.sub a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("../images/sub-back.png");
background-repeat : repeat;
border-left: #3d3d3d 1px solid;
border-right: #3d3d3d 1px solid;
padding: 1px 5px 2px 10px;
display: block;
}

.sub a:hover{
color: #fff;
background-image: url("../images/h.png");
background-repeat : repeat;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.green {
background-color: #003300;
}

.cream {
background-color: #FFFFCC;
}

/* borders */

.border-lr {
border-left : #8f8f8f 5px solid;
border-right : #8f8f8f 5px solid;
}

.box-border {
border-left : #716f6f 1px solid;
border-top : #716f6f 1px solid;
border-right : #716f6f 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

/* Heading */



h1 {
font-size: 13px;
font-weight: normal;
}

h2 {
font-size: 14px;
color: #060;
}

h3 {
font-size: 22px;
font-family: arial;
margin: 0px;
line-height: normal;
}
