a:link
{
	color: rgb(51,102,204);
}
a:visited
{
	color: rgb(102,102,102);
}
a:active
{
	color: rgb(153,0,0);
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-image: url('indtextb.jpg');	
	font-size: 12pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

table
{
	table-border-color-light: rgb(102,102,153);
	table-border-color-dark: rgb(51,51,153);
	border-color: rgb(51,51,153);
	color: rgb(0,0,0);
}

td
{
	border-color: rgb(51,51,153);
}

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
    color: rgb(0,0,102);

}
h2
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
	color: rgb(102,102,153);
}
h3
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	color: rgb(153,0,0);	
}
h4
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: rgb(0,0,102);	
}
h5
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: rgb(102,102,153);	
}
h6
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	color: rgb(153,0,0);	
}

hr
{
	color: rgb(153,0,0);
}
