/* Anup Ujawane (a_ujawane@yahoo.co.in) */


/* Form Classes */

/* Page Default Settings */

BODY {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 11px;
margin: 0;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: black;
}

.row3 {
height: 5%;
vertical-align : top;
}

TD {
FONT-FAMILY: tahoma, "MS Sans Serif", arial, verdana, helvetica;
COLOR: #333333;
FONT-SIZE: 11px;
}


A {
color: #333333;
text-decoration: none;
}

/* Images */

.back {
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.dot-line {
background-image: url("images/dot.gif");
background-repeat : repeat-x;
background-color: #A70705
}

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.inner_header {
background-image: url("images/inner_header.jpg");
background-repeat : no-repeat;
}

/* Links */

.top-link A {
COLOR: #FFFFFF;
FONT-SIZE: 13px;
text-decoration: none;
padding-left: 8px;
padding-right: 8px;
display: block;
height: 25;
padding-top: 4;
}

.top-link a:hover{
COLOR: #CCCCCC;
text-decoration: none;
}

.bot-link A {
COLOR: #FFFFFF;
FONT-SIZE: 13px;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
display: block;

}

.bot-link a:hover{
COLOR: #CCCCCC;
text-decoration: none;
}

/* Background Colours */

.black {
background-color: #000000;
}

.white {
background-color: #FFFFFF;
}

.gray {
background-color: #666666;
}

.gray1 {
background-color: #9A9A9A;
}

.gray2 {
background-color: #2E2E2E;
COLOR: #FFFFFF;
font-size: 13;
padding-left: 18;
}

/* Borders */


/* Text */

.black-txt {
COLOR: #000000;
}

.white-txt {
COLOR: #FFFFFF;
}

.white13 {
COLOR: #FFFFFF;
font-size: 13;
}

.white25 {
COLOR: #FFFFFF;
font-size: 25;
padding-left: 18;
}

.yellow13 {
COLOR: #FFF701;
font-size: 13;
}


/* Headings */

h1 {
FONT-FAMILY: arial, verdana, helvetica;
COLOR: #FFFFFF;
font-size: 40;
margin: 0;
}

h2 {
FONT-FAMILY: arial, verdana, helvetica;
COLOR: #FFF701;
font-size: 35;
margin: 0;
}

