a:link
{
	color: rgb(102, 19, 22); 
}
a:visited
{
	color: rgb(101, 101, 101); 
} 
a:active 
{
	color: rgb(102, 19, 22);
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times, serif;
	}
h1
{
	color: rgb(73, 0, 0);
	letter-spacing: 0.2em;
}

h2 {
	color: rgb(73, 0, 0);
	border-bottom: 1px dotted #696969;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}
h3
{
	font-family: "Times New Roman", Times, serif;	
	font-size: 14pt;
	color: rgb(0, 0, 0);
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;

}
 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(0, 0, 0);}
h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: rgb(0, 0, 0);
	
}