/* 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: #f1f1f1;
margin-bottom: 30px;
}

.full-size-table {
width: 869px;
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: #0033CC;
text-decoration: none;
}

a:hover{
color: #000;
}

br {
line-height: 0.7em;
}

/* images */

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

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

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

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.v-dot-line {
background-image: url("images/v-dot-line.gif");
background-repeat : repeat-y;
background-position: center center;
}

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

.nav-gred {
background-image: url("images/nav-gred.jpg");
background-repeat : repeat-y;
background-position: right;
}

.learn-to-finish {
background-image: url("images/learn-to-finish.jpg");
background-repeat : no-repeat;
background-position: top center;
}

.bullet {
background-image: url("images/bullet1.png");
background-repeat : no-repeat;
background-position: 10px 9px;
padding: 4px 5px 5px 22px;
}

.bulleta {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 7px;
padding: 2px 0 3px 15px;
}

.bulletb {
background-image: url("images/bullet.png");
background-repeat : no-repeat;
background-position: 10px 11px;
padding: 7px 5px 8px 23px;
}

/* links */

.top-nav a {
color: #fff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 6px;
padding: 1px 5px 2px 10px;
display: block;
}

.top-nav a:hover {
color: #000;
}

.nav-pad {
width: 60px;
}

.left-nav a {
color: #fff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
background-image: url("images/bullet.png");
background-repeat : no-repeat;
background-position: 15px 12px;
border-bottom: #fff 1px solid;
padding: 7px 5px 8px 28px;
display: block;
}

.left-nav a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.blue {
background-color: #334a7b;
}

.bluea {
background-color: #c3e0f0;
}

.blueb {
background-color: #0982c0;
}

.bluec {
background-color: #2f68b4;
}

.gold {
background-color: #bda370;
}

.golda {
background-color: #bda370;
}

/* borders */

.border-left {
border-left : #fff 3px solid;
padding: 10px;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #063264;
}

.blue-txta {
color: #627286;
}

.red-txt {
color: #930002;
}

/* Heading */

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

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}
h4 {
font-size: 16px;
color: 084B8A;
}