﻿
BODY {
	background: white;
	color: rgb(0,0,0);
	font-size: 10pt;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .3px;
	line-height: 130%;
	margin-bottom: 3mm;
	margin-top: 0mm;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	word-spacing: 1px;
	font-family: Verdana, Arial, sans-serif;
}

p
{
	line-height: 130%;
	margin-bottom: 3mm;
	margin-top: 0mm;
	text-indent: 0px;
	word-spacing: 1px;
	background-image: none;
}

menu {
  color: rgb(0,0,0);
  font-family: Verdana, Arial, sans-serif;
}

dir {
  color: rgb(0,0,0);
  font-family: Verdana, Arial, sans-serif;
}

A {
  color: rgb(0,0,0);
  text-decoration: underline;
}

A:hover {
  color: rgb(0,0,0);
  font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: normal;
	border: 0px solid gray;
	background-color: white;
	color: rgb(0,0,0);
	text-decoration: none;
	padding: 2px;
	vertical-align: top;
	font-family: "normal normal Arial", Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}

table {
	border: 0px solid #FFFFFF;
	background-color: white;
				border-spacing: 1pt;
				caption-side: bottom;
				empty-cells: hide;
				font-family: Verdana, Arial, Sans-serif;
				font-size: medium;
				font-weight: normal;
				font-style: normal;
				font-variant: normal;
				line-height: 1px;
				table-layout: auto;
				text-align: left;
				text-decoration: none;
				text-indent: 1px;
				vertical-align: top;
		margin-bottom: 0px;
		border-collapse: collapse;
}

th {
  border-width: 1px;
  padding: 2px;
  border-style: none;
  border-color: gray;
  background-color: white;
}

ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

ol ol {
	list-style-type: lower-roman;
}

/*	Settings for first level heading  */
.h1 {
	font-size: 150%;
	font-weight: 100;
	color: rgb(0,0,0);
	margin: 30px 0px 20px 0px;
	text-decoration: none;
	font-family: Arial Black, Arial, sans-serif;
}

/*	Settings for second level heading  */
.h2 {
	font-size: 120%;
	font-weight: 100;
	color: rgb(0,0,0);
	margin:  15px 0px 10px 0px;
	text-decoration: none;
	font-family: Arial Black, Arial, sans-serif;
}

/*	Settings for third level heading  */
.h3 {
	font-size: 110%;
	font-weight: 700;
	color: rgb(0,0,0);
	margin: 15px 0px 10px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*	Settings for fourth level heading  */
.h4 {
	font-size: 110%;
	color: rgb(0,0,0);
	margin: 10px 0px 10px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* For formatting figures */
div.figure {
	/*
	  width: 25%;
	  border: thin silver solid;
	*/
	/* margin: 0.5em; */
	padding: .5em;
	text-align: center;
	font-style: italic;
	font-size: .9em;
	text-indent: 0;
	font-weight: 700;
}

/* To float stuff right */
.floatRight {
	float:right
}

/* To float stuff left */
.floatLeft {
	float:left
}











