/* By : accieon.com  */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: arial, verdana, helvetica;
border-style: solid;
border-width: 1px;
border-color: #e9e9e9;
font-size: 13px;
}

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


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 14px;
line-height: 1.5em;
}

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

.full-size-table {
width: 985px;
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: #000;
}

br {
line-height: 0.6em;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
padding-top: 37px;
padding-right: 25px;
}

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

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

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

.left-img {
margin-right: 10px;
margin-bottom: 50px;
}

/* links */

.nav a {
color: #000;
font-size: 16px;
text-decoration: none;
background-image: url("images/normal.png");
background-repeat : no-repeat;
width: 110px;
text-align: center;
padding: 20px 1px 20px 1px;
display: block;
}

.nav a:hover{
color: #000;
background-image: url("images/over.png");
background-repeat : no-repeat;
}

.current a {
color: #000;
font-size: 16px;
text-decoration: none;
background-image: url("images/over.png");
background-repeat : no-repeat;
width: 110px;
text-align: center;
padding: 20px 1px 20px 1px;
display: block;
}

/* background colours */

.white {
background-color: #fff;
}

.yellow {
background-color: #fffd01;
}

.voilet {
background-color: #4d4c8b;
}

/* borders */

.border-left {
border-left: #e9e9e9 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #05035c;
}

.brown-txt {
color: #996600;
}

.yellow-txt {
color: #fffd01;
}

.small-txt {
font-size: 11px;
}

/* Heading */

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

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}