/* Anup Ujawane (a_ujawane@yahoo.co.in) */


/* Form Classes */

FORM {
margin-bottom: 0;
}

INPUT {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

TEXTAREA {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

SELECT {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
}

/* Page Default Settings */

BODY {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 11px;
margin: 0;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #5D0CAD;
}

.row3 {
height: 5%;
vertical-align : top;
}

TD {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 11px;
}

.content {
FONT-SIZE: 11px;
text-align: justify;
}

.white-content {
FONT-SIZE: 11px;
text-align: justify;
color: #FFFFFF;
}

A {
color: #333333;
text-decoration: none;
}

/* Images */

.back {
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.h-dot {
background-image: url("images/dot.gif");
background-repeat : repeat-x;
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
color: #FFFFFF;
}

.top-link-tile {
background-image: url("images/top-link-tile.jpg");
background-repeat : repeat-x;
}

.footer-link-tile {
background-image: url("images/footer-link-tile.jpg");
background-repeat : repeat-x;
}

.topwhite-line {
background-image: url("images/white.jpg");
background-repeat : repeat-x;
background-color: #300060;
background-position: top top;
}

.botwhite-line {
background-image: url("images/white.jpg");
background-repeat : repeat-x;
background-color: #300060;
background-position: left bottom;
}

.leftwhite-line {
background-image: url("images/white1.jpg");
background-repeat : repeat-y;
background-position: top left;
background-color: #3D0774;
}

.botwhite-line1 {
background-image: url("images/white.jpg");
background-repeat : repeat-x;
background-color: #3D0774;
background-position: left bottom;
}

/* Links */

.top-link A {
COLOR: #FFFFFF;
FONT-SIZE: 12px;
text-decoration: none;
display: block;
background-color: #A64DFE;
height: 29;
padding-top: 7;
}

.top-link a:hover{
COLOR: #FFFFFF;
background-color: #4B088C;
text-decoration: none;
}

/* Background Colours */

.black {
background-color: #000000;
}

.white {
background-color: #FFFFFF;
}

.gray {
background-color: #9B9B9B;
}

.voilet {
background-color: #5D0CAD;
}

.blue {
background-color: #3D0774;
}

/* Borders */

.lr-white-border {
border-left : #FFFFFF 2px solid;
border-right : #FFFFFF 2px solid;
background-color: #300060;
}

.white-border {
border : #FFFFFF 1px solid;
}

/* Text */

.copyright {
COLOR: #000000;
FONT-SIZE: 11px;
}

.black-txt {
COLOR: #000000;
}

.white-txt {
COLOR: #FFFFFF;
}

/* Headings */

.yellow-head {
FONT-SIZE: 16px;
COLOR: #FFC600;
}
