/* 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: 13px;
line-height: 1.5em
}

body {
margin: 0px;
padding: 0px;
background-image: url("../images/back.jpg");
background-repeat : repeat-x;
background-color: #09093d;
}

.full-size-table {
width: 833px;
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;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("../images/header.jpg");
background-repeat : no-repeat;
}

.blue-gred {
background-image: url("../images/blue-gred.jpg");
background-repeat : repeat-x;
}

.white-gred {
background-image: url("../images/white-gred.jpg");
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url("../images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 13px;
text-decoration: none;
background-image: url("../images/bullet.jpg");
background-repeat : no-repeat;
background-position: 35px 18px;
padding:14px 50px 15px 50px;
display: block;
}

.nav a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #3b3b3b;
}

.blue {
background-color: #040463;
}

/* borders */

.left-border {
border-left : #09093d 1px solid;
}

/* text */

.blue-txt {
color: #484690;
}

.blue-txta {
color: #a1bfe2;
}

.gold-txt {
color: #d1a714;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

.heading{color:#870000;font-size:16px;}
.link
{
	color:#0000FF;
}	

