
/* 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: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

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

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

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

.row2 {
height: 90%;
vertical-align : top;
background-image: url("/images/watermark.jpg");
background-repeat : no-repeat;
background-position: bottom right;
background-color: #fff;
}

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

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

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("/images/header.jpg");
background-repeat : no-repeat;
}

.headera {
background-image: url("/images/header1.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("/images/bot-tile.jpg");
background-repeat : repeat-x;
}

.nav-back {
background-image: url("/images/nav-back.jpg");
background-repeat : no-repeat;
}

.tile {
background-image: url("/images/tile.jpg");
background-repeat : repeat-x;
}

.box-top {
background-image: url("/images/box-top.jpg");
background-repeat : no-repeat;
font-family: arial;
font-size: 13px;
font-weight: bold;
padding-left: 30px;
color: #fff;
}

/* links */

.left-link a {
font-family: arial;
font-size: 12px;
color: #c9c9c9;
font-weight: bold;
text-decoration: none;
padding: 8px 5px 9px 32px;
display: block;
}

.left-link a:hover{
color: #ffd400;
}

/* background colours */

/* borders */

.border {
border-right : #040404 1px solid;
border-left : #040404 1px solid;
background-color: #373736;
padding-left: 30px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
color: #c9c9c9;
}

/* text */

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 11px;
}

#content
{
	padding:15px;
}

a.white
{
	color:#FFFFFF;
}