/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* 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: arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.4em;
}

body {
margin: 0px;
padding: 0px;
background-color: #00479b;
background-image: url("images/back.jpg");
background-repeat : repeat-x;
}

.full-size-table {
width: 982px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
text-decoration: none;
}

br {
line-height: 0.7em;
}

.ol {
width: 60px;
font-size: 30px;
font-weight: bold;
color: #55575b;
line-height: normal;
padding-left: 12px;
padding-top: 12px;
}

.pad-left {
padding-left: 58px;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
padding-left: 55px;
padding-top: 65px;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.l-tile {
background-image: url("images/l-tile.jpg");
background-repeat : repeat-y;
}

.r-tile {
background-image: url("images/r-tile.jpg");
background-repeat : repeat-y;
}

.t-tile {
background-image: url("images/t-tile.jpg");
background-repeat : repeat-x;
}

.b-tile {
background-image: url("images/b-tile.jpg");
background-repeat : repeat-x;
}

.box-left-tile {
background-image: url("images/box-left-tile.jpg");
background-repeat : repeat-y;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
}

.bullet-back {
background-image: url("images/bullet-back.jpg");
background-repeat : no-repeat;
}

.blue-box-top {
background-image: url("images/blue-box-top.jpg");
background-repeat : no-repeat;
}

.bullet {
background-image: url("images/bullet.png");
background-repeat : no-repeat;
background-position: 20px 2px;
padding: 2px 1px 3px 58px;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
padding-left: 20px;
}

.left-blue {
background-image: url("images/left-blue.jpg");
background-repeat : no-repeat;
padding: 6px 1px 18px 20px;
}

/* links */

/* background colours */

.blue{
background-color: #d9e5ed;
}

.white {
background-color: #fff;
}

/* borders */

.border-right {
border-right : #bbcadc 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #0d2d71;
}

.blue-txta {
color: #00479b;
}

.orange-txt {
color: #dd4408;
}

.gray-txt {
color: #a6abaf;
}

/* 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: 25px;
}

h4 {
font-size: 32px;
}
