/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : National Care Providers  */
/* Date : 1st Dec. 2006 */


/* 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: #000;
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-image: url("back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("bot-tile.jpg");
background-repeat : repeat-x;
}

.orange-gred {
background-image: url("orange-gred.jpg");
background-repeat : repeat-x;
background-color: #528412;
background-position: top;
}

.right-box-tile {
background-image: url("right-box-tile.jpg");
background-repeat : repeat-y;
}

.right-box-top {
background-image: url("right-box-top.jpg");
background-repeat : no-repeat;
}

.t-tile {
background-image: url("t-tile.jpg");
background-repeat : repeat-x;
}

.bullet {
background-image: url("bullet.jpg");
background-repeat : no-repeat;
background-position: left center;
padding: 1 1 1 10;
}

.bulleta {
background-image: url("bullet.gif");
background-repeat : no-repeat;
background-position: left center;
padding: 1 1 1 10;
}


.g-line-top {
background-image: url("green.jpg");
background-repeat : repeat-x;
background-position: top;
}

.g-line-bot {
background-image: url("green.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.line {
background-image: url("green.jpg");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.left-link a {
color: #fff;
font-size: 12px;
text-decoration: none;
background-image: url("link-back.jpg");
background-repeat : no-repeat;
padding: 4 5 10 25;
display: block;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.green {
background-color: #cce7be;
}

.white {
background-color: #fff;
}

/* borders */

.border-lr {
border-left : #438b1f 1px solid;
border-right : #438b1f 1px solid;
}

/* text */

.orange-txt {
color: #e75c17;
}

.green-txt {
color: #1d5700;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}
.black-txt-title {
color: #000000;
font-size: 15px;
font-weight: bold;
}
.other_link a
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: normal;
	TEXT-DECORATION: none;
	COLOR:#000000
}

.other_link A:hover
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: normal;
	TEXT-DECORATION: Underline;
	COLOR:#893336;
}
.other_link1 a
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	font-weight: bold;
	TEXT-DECORATION: none;
	COLOR:#0000ff
}

.other_link1 A:hover
{
	TEXT-DECORATION: Underline;
}