/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Vince Gironda  */
/* Date : 26th Sept. 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-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : bottom;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 13px;
text-decoration: none;
padding: 1px 30px 1px 30px;
}

.nav a:hover{
color: #000;
}

.bot-nav a {
color:#234860;
text-decoration: none;
padding: 1px 10px 1px 10px;
}

.bot-nav a:hover{
color: #000;
}


/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #9d9d9d;
}

.blue {
background-color: #bedae9;
}

/* borders */


/* text */

.blue-txt {
color: #234860;
}

.blue-txta {
color: #42708d;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}