/* 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-color: #b2b6c7;
}

.full-size-table {
width: 846px;
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;
background-position: right;
}

.header-tile {
background-image: url("../images/header-tile.jpg");
background-repeat : repeat-x;
}

.nav-tile {
background-image: url("../images/nav-tile.jpg");
background-repeat : repeat-x;
}

.devide {
background-image: url("../images/devide.jpg");
background-repeat : repeat-y;
}

.h-dot-line {
background-image: url("../images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.bullet {
background-image: url("../images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 4px;
padding: 1px 1px 2px 18px;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 13px;
text-decoration: none;
padding: 16px 20px 16px 20px;
display: block;
}

.nav a:hover{
color: #fff;
background-color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #01125a;
}

.bluea {
background-color: #6b7eb7;
}

.blueb {
background-color: #000448;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.red-txt {
color: #db1b0c;
}

.yellow-txt {
color: #ffe79e;
}

.blue-txt {
color: #a1bfe2;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 12px;
}

.heading{color:#870000;font-size:16px;}
.link
{
	color:#0000FF;
}	

