/* CSS Document */
/* -------------------------------------------------------------------------------------------- */
/* Core styles */
/* -------------------------------------------------------------------------------------------- */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
table{
background-color:#FFFFFF;
}
td {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}

/* --- apply default colour (section colour) to headings --- */
h2, h3, h4	{
	color: #000000;
	}
/* --- heading sizes --- */
h1	{font-size: 12px; color:#6666FF; margin-bottom: 0px; margin-top: 0px; padding-left: 5px; line-height: 16px}
h2	{font-size: 1.27em; margin-bottom: 0px; margin-top: 0px; line-height: 2.0em}
h3	{font-size: 1.09em; margin-bottom: 0px; margin-top: 0px;}
h4	{font-size: 1em;}


table	{
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

/* -------------------------------------------------------------------------------------------- */
/*	Link/navigation styles */
/*	as specified by style guide	- all links use standard BT navigation blue */
/* -------------------------------------------------------------------------------------------- */

/* --- default colour and size for links (link level 1 / 2) --- */

a	{
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
}

a:link {font-size:12px; color: #ffffff; text-decoration: none; font-weight: bold;}
a:visited {font-size: 12px; color: #ffffff; text-decoration:none; font-weight: bold;}
a:hover {
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-size: 12px;
	color: #CCFF00;
	text-decoration:none;
	font-weight: bold;
}

a.dristi	{
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
}

a.dristi:link {font-size:12px; color: orange; text-decoration: none; font-weight: bold;}
a.dristi:visited {font-size: 12px; color: orange; text-decoration:none; font-weight: bold;}
a.dristi:hover {	font-size: 14px;	color: red;	text-decoration: none;	font-weight: bold;}

.dristiorange {
color: orange;
font-weight: bold;
}

.dristiblue {
color: blue;
font-weight: bold;
}

.dristired {
color: red;
font-weight: bold;
}
 .dristigreen{
 color:green;
 font-weight:bold;
 }

td.header {
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #ffffff;
	background-image: url(images/isd_header.jpg);
	background-repeat: no-repeat;
}
td.textbox {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000099;
	background-color: #ffffff;
	background-image: url(images/textbody.jpg);
	background-repeat: repeat-y;
	line-height: 20px;
	font-weight: normal;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
}
td.textbottom {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #800000;
	background-color: #ffffff;
	background-image: url(images/text_footer.jpg);
	background-repeat: repeat-y;
}
td.quotehead {
	background-color: #0099FF;
	background-image: url(images/quote_head.jpg);
	background-repeat: no-repeat;
}
td.quotebody {
	font-size: 11px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #FFFFFF;
	background-color: #3399FF;
	background-image: url(images/quote_body.jpg);
	background-repeat: repeat-y;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 15px;
	font-weight: normal;
	text-align:justify;

}
td.quotefooter {
	background-color: #3399FF;
	background-image: url(images/quote_footer.jpg);
	background-repeat: repeat-y;

}



table.foot td{
	font-size: 10px;
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial;
	color: #000000;
	background-image: url(images/footer.jpg);
	background-color: #ffffff;
	padding-top: 5px;
	background-repeat: no-repeat;

}


table.foot a:link {font-size:10px; color: #009ACE; text-decoration: none; }
table.foot a:visited {font-size: 10px; color: #009ACE; text-decoration:none;}
table.foot a:hover {font-size: 10px; color: #02536F;	text-decoration: none;}

