/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Company Name  */
/* Date : 00th March. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

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

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

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

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

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-image: url("images/content-back.jpg");
background-repeat : no-repeat;
background-position: bottom;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #603a8b;
text-decoration: underline;
}

a:hover{
color: #000;
}

/* images */

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

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

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

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

.pink-bot {
background-image: url("images/pink-bottom.jpg");
background-repeat : no-repeat;
background-position: bottom;
background-color: #ebc3eb;
}

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

.blue-bot {
background-image: url("images/blue-bottom.jpg");
background-repeat : no-repeat;
background-position: bottom;
background-color: #d9dff3
}

.bullet {
background-image: url("images/bullet1.gif");
background-repeat : no-repeat;
background-position: left 6;
padding: 3 1 4 15;
}

.bulleta {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 15 6;
padding: 3 1 4 28;
}

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

/* links */

.top-link a {
font-family: arial, verdana, helvetica;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background-image: url("images/normal.jpg");
background-repeat : no-repeat;
background-position: right;
padding: 7 27 7 26;
display: block;
}

.top-link a:hover{
color: #fff;
background-image: url("images/over.jpg");
background-repeat : no-repeat;
background-position: right;
}

.sub-link a {
font-family: arial, verdana, helvetica;
color: #fff;
font-size: 11px;
text-decoration: none;
background-color: #ad88d2;
border : #cd95e5 1px solid;
padding: 1 8 2 8;
display: block;
}

.sub-link a:hover{
color: #fff;
background-color: #9f5ebb;
}

.current {
font-family: arial, verdana, helvetica;
color: #fff;
font-size: 11px;
background-color: #9f5ebb;
border : #cd95e5 1px solid;
padding: 1 8 2 8;
display: block;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.blue {
background-color: #4339a6;
}

.bluea {
background-color: #26208c;
}

.blueb {
background-color: #bfaddd;
}

.voilet {
font-family: arial;
background-color: #9163bf;
color: #fff;
font-size: 13;
padding-left: 20;
}

/* borders */

.border {
border : #9163bf 1px solid;
padding: 20 20 20 20;
}

/* text */

.black-txt {
color: #333;
}

.white-txt {
color: #fff;
}

.voilet-txt {
color: #794679;
}

.blue-txt {
color: #504c80;
}

.blue-txta {
color: #cfc9e6;
}

.big-txt {
font-size: 13px;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0px;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0px;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0px;
}