/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Charter Demand  */
/* Date : 22nd Dec. 2006 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 75%;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 75%;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 80%;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-color: #142858;
}

.full-table {
width: 100%;
height: 100%;
}

.full-row {
height: 100%;
}

.full-size-table {
width: 773;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}
.underline
{
text-decoration: none;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.red-tile {
background-image: url("images/red-tile.jpg");
background-repeat : repeat-x;
}

.v-dot-line {
background-image: url("images/v-dot-line.jpg");
background-repeat : repeat-y;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 8;
padding: 2 1 3 10;
}

/* links */

.top-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 35 15 5 15;
font-weight: bold;
display: block;
}

.top-link a:hover{
color: #f2b678;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #e1ecf7;
}

.bluea {
background-color: #76a8dc;
}

.yellow {
background-color: #fef4e8;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #002d92;
}

.blue-txta {
color: #485786;
}

.red-txt {
color: #990000;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}
ul
{
	margin-left:20px;
}