  a
{
	color: rgb(0,100,200);
	font-family: sans-serif;
	text-decoration: none;
}

  h1
{
	font-weight: bold;
	font-size: 22pt;
	background-image: none;
	color: blue;
	border-bottom: blue 7px ridge;
	font-family: Times New Roman CE, Helvetica;
	background-color: transparent;
	text-align: center;
	font-variant: small-caps;
}

  h2
{
	border-top: green 4px ridge;
	border-bottom: green 4px ridge;
	font-weight: bold;
	font-size: 17pt;
	color: #269f26;
	text-indent: 10px;
	line-height: normal;
	font-family: Tahoma,Helvetica;
}

  h3
{
	border-top: green 4px ridge;
	font-weight: bold;
	font-size: 15pt;
	color: #993333;
	text-indent: 50px;
	line-height: normal;
	border-bottom: green 4px ridge;
	font-style: italic;
	font-family: Tahoma,Helvetica;
}


  h4
{
	border-top: black 4px ridge;
	font-weight: bold;
	font-size: 15pt;
	color: #339999;
	text-indent: 100px;
	line-height: normal;
	border-bottom: black 4px ridge;
	font-family: Tahoma,Helvetica;
}

  h5
{
	border-top: black 4px ridge;
	font-size: 15pt;
	color: #399999;
	text-indent: 100px;
	line-height: normal;
	border-bottom: black 4px ridge;
	font-family: Tahoma,Helvetica;
}

 
body
{
	font-size: 10pt;
	margin: 20px 50px 50px;
	direction: ltr;
	text-indent: 0cm;
	font-family: tahoma,helvetica,arial,sans-serif;
	background-color: rgb(245,245,255);
	text-decoration: none;
}

table
{
	font-size: 10pt;
	text-indent: 0cm;
	font-family: tahoma,helvetica,arial,sans-serif;
	background-color: rgb(245,245,255);
	text-decoration: none;
}

pre
{
	border-right: 1px dashed;
	padding-right: 10px;
	border-top: 1px dashed;
	padding-left: 10px;
	font-size: 10pt;
	padding-bottom: 10px;
	margin: 10px;
	border-left: 1px dashed;
	text-indent: 0px;
	padding-top: 10px;
	border-bottom: 1px dashed;
	font-family: "Courier New" ,Courier,monospace;
	background-color: powderblue;
}

