/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Debt Consolidators  */
/* Date : 5th July 2008 */


/* 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: #dadada
}

.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;
}

a {
color: #333;
text-decoration: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

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

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

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

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 8px;
padding: 4px 5px 5px 15px;
}

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

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #333;
font-size: 11px;
text-decoration: none;
display: block;
}

.nav a:hover{
color: #01367b;
}

.bot-nav a {
color: #fff;
font-size: 11px;
text-decoration: none;
}

.bot-nav a:hover{
color: #fde290;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.yellow-txt {
color: #fdd95c;
}

.orange-txt {
color: #f9d387;
}

.gold-txt {
color: #8e6400;
}

.blue-txt {
color: #265b96;
}

/* Heading */

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

h1 
{
	color: #8e6400;
	font-size: 16px;
	margin-top:0px;
	margin-bottom:10px;
}

h2 
{
	color: #265b96;
	font-size: 13px;
	margin-top:0px;
	margin-bottom:10px;
}

h3 {
font-size: 22px;
}
