/* Author : Himangshu Biswas  */
/* By :www.leansoftsolutions.com  */
/* For : www.leansoftsolutions.com  */
/* Date : 20th Jun 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0px;
padding: 0px;
background-image: url("../images/back.jpg");
background-repeat : repeat-y;
background-position: center center;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #3c990d;
}

.i-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;
}

/* images */

.header {
background-image: url("../images/home-header.jpg");
background-repeat : no-repeat;
}

.i-top-tile {
background-image: url("../images/i-top-tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.i-left-bot {
background-image: url("../images/i-left-bot.jpg");
background-repeat : no-repeat;
background-position: left bottom;
background-color: #fff;
}

/* links */

.top-link a {
font-family: arial;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
display: block;
}

.top-link a:hover{
color: #fff;
}

.bot-link a {
font-family: arial;
color: #006699;
font-size: 11px;
font-weight: bold;
text-decoration: none;
display: block;
}

.bot-link a:hover{
color: #000;
}


.right-link a {
font-family: arial;
color: #4c4c4c;
font-size: 11px;
font-weight: bold;
text-decoration: none;
border-bottom : #c7c7c7 1px solid;
padding: 6px 1px 7px 1px;
display: block;
}

.right-link a:hover{
color: #000;
}

/* background colours */

.green {
background-color: #5fbd30;
}

.greena {
background-color: #3c990d;
}

/* borders */

.green-head {
color: #5fbd30;
}

.blue-head {
border-left : #052d89 2px solid;
padding: 2px 5px 2px 4px;
color: #052d89;
}

/* text */

.black-txt {
color: #000;
}
.header2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
		height: 20px;
	padding-left: 3px;
	font-weight: bold;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}



/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}


a.blue_link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#0048A9;
	text-decoration: none;
}
h4 {
font-size: 13px;
}