/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : My Debt Consolidation Advice  */
/* Date : 7th Sept. 2007 */


/* form classes */

form
{
	margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.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: 11px;
}

body {
margin: 0px;
padding: 0px;
background-color: #dddde1;
background-image: url("images/back.jpg");
background-repeat : repeat-x;
background-position: top;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
line-height: 1.5em;
padding: 1px 20px 1px 20px;
}

a {
color: #333;
}

a:hover{
color: #000;
}

.pad-left {
padding-left: 5px;
}

hr {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
padding:0px;
margin: 0px;
}

/* images */

.header {
background-image: url("images/header2.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
padding-top: 40px;
}

.white-tile {
background-image: url("images/white.jpg");
background-repeat : repeat-y;
}

.form-back {
background-image: url("images/form-back.jpg");
background-repeat : no-repeat;
}

.form-long-back
{
background-image: url("images/FormLongBack.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.nav-h-dot-line {
background-image: url("images/nav-h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
}

/* links */

.left-link a {
font-family: arial;
color: #212c4c;
font-size: 11px;
text-decoration: none;
background-image: url("images/normal.jpg");
background-repeat : repeat-x;
font-weight: bold;
padding: 2px 5px 3px 25px;
display: block;
border-left: #ACC6DF 5px solid;
border-right: #ACC6DF 5px solid;
}

.left-link a:hover{
background-image: url("images/over.jpg");
background-repeat : no-repeat;
background-position: 13px 5px;
background-color: #4e679f;
color: #fff;
}

.subleft-link a {
font-family: arial;
font-size: 11px;
text-decoration: none;
background-image: url("images/subnormal.jpg");
background-repeat : repeat-x;
font-weight: bold;
padding: 2px 5px 3px 25px;
display: block;
}

.subleft-link a:hover{
background-image: url("images/over.jpg");
background-repeat : no-repeat;
background-position: 13px 5px;
background-color: #4e679f;
color: #fff;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #acc5df;
}

/* borders */

.border-right {
border-right : #fff 1px solid;
}

/* text */

.green-txt {
color: #6b9305;
}

.blue-txt {
color: #184fa5;
}

.orange-txt {
color: #ee7923;
}

.arial {
font-family: arial;
}


/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin-top:0px;
margin-bottom:10px;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 13px;
}

h4 
{
font-size: 13px;
}