/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Debt Consilidation  */
/* Date : 13th Nov. 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;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #d0d0d0;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

a {
color: #333;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.top-img {
background-image: url("images/top-img.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.cor-tile {
background-image: url("images/cor-tile.jpg");
background-repeat : repeat-x;
}


.gred {
background-image: url("images/gred.jpg");
background-repeat : repeat-x;
background-position: bottom;
border-left: #f5f5e8 1px solid;
border-right: #f5f5e8 1px solid;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 5 8px;
padding: 1px 1px 2px 15px;
}

.bulleta {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 4px;
padding: 1px 1px 2px 10px;
}

.bulletb {
background-image: url("images/bullet2.jpg");
background-repeat : no-repeat;
background-position: left 4px;
padding: 1px 1px 2px 15px;
}

/* links */

.nav a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/normal.gif");
background-repeat : no-repeat;
background-position: 5px 5px;
padding: 4px 1px 5px 23px;
line-height: normal;
display: block;
}

.nav a:hover{
color: #fff;
background-image: url("images/over.gif");
background-repeat : no-repeat;
}

/* background colours */

/* borders */

.border-lr {
border-left : #edebd1 1px solid;
border-right : #edebd1 1px solid;
}

/* text */

.white-txt {
color: #000;
}

.blue-txt {
color: #54779f;
}

.blue-txta {
color: #093f7d;
}

.brown-txt {
color: #9a6d00;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 13px;
}
.whiteText
{
	color:White;
	font-weight:bold;
}

.relatedtopics
{
	border: .1em solid #900; 
	border-color:Black;
	background-color:#FBFCA6;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}
.menuheading
{
	background-color:#334B97;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bolder;
	font-size:12px;
	font-family:Arial;
}

.menuheadinggreen
{
	background-color:#8BC70D;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bolder;
	font-size:12px;
	font-family:Arial;
}

