/* 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: #06027e;
}

.full-size-table {
width: 927px;
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;
}

.bot-tile {
background-image: url("../images/bot-tile.jpg");
background-repeat : repeat-x;
padding-left: 50px;
}

.tile {
background-image: url("../images/tile.jpg");
background-repeat : repeat-y;
}

.bot {
background-image: url("../images/bot.jpg");
background-repeat : no-repeat;
}

.left-tile {
background-image: url("../images/left-tile.jpg");
background-repeat : repeat-y;
}

.box-tile {
background-image: url("../images/box-tile.jpg");
background-repeat : repeat-y;
}

.top {
background-image: url("../images/top.jpg");
background-repeat : no-repeat;
}

.left {
background-image: url("../images/left.jpg");
background-repeat : no-repeat;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #000;
font-size: 13px;
text-decoration: none;
background-image: url("../images/normal.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 3px 1px 4px 18px;
display: block;
}

.nav a:hover{
background-image: url("../images/over.gif");
background-repeat : no-repeat;
}

/* background colours */

/* borders */

.border {
border-left : #8381bf 1px solid;
border-right : #8381bf 1px solid;
border-bottom : #8381bf 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.green-txt {
color: #8eb387;
}

.blue-txt {
color: #9c9aea;
}

/* 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;
}	

