/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Company Name  */
/* Date : 14th sept 2005 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-color: #777;
}

.full-size-table {
width: 753;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
text-decoration:underline;
}

/* images */

.gray-tile1 {
background-image: url("images/gray-tile1.jpg");
background-repeat : repeat-y;
}

.right-gray-tile {
background-image: url("images/right-gray-tile.jpg");
background-repeat : repeat-y;
}

.gray-tile {
background-image: url("images/gray-tile.jpg");
background-repeat : repeat-y;
}

.gray-bot {
background-image: url("images/gray-bot.jpg");
background-repeat : no-repeat;
}

.gray-top {
background-image: url("images/gray-top.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;
}

/* links */

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.green-txt {
color: #68961a;
}

.red-txt {
color: #b4170c;
}

.orange-txt {
color: #d57500;
}

.blue-txt {
color: #384d84;
}

/* headings */

.green-head {
font-size: 35;
color: #77a601;
}

.gray-head {
font-size: 20px;
color: #6e6e6e;
}

h1,h2,h3,h4,h5
{
	font-size: 12px;
	font-weight: bold;
	color: #384d84;
	margin-bottom: 5px;
	margin-left: 0px;
}