a:link 
	{
	text-decoration: none;
	font-weight: bold;
	color: #7A0800;
	}

a:visited 
	{ 
	text-decoration: none;
	font-weight: bold;
	color: #7A0800;
	}

a:hover 
	{
	text-decoration: none;
	font-weight: bold;
	color: #7A0800;
	}

a:active 
	{
	text-decoration: none;
	font-weight: bold;
	color: #7A0800;
	}

body
	{
		background-color: #0f4835;
	}

h1
	{
		color: #604766;
		font-size: small;
		margin-left: 10px;
		margin-top: 20px;
	}

h2
	{
		color: #604766;
		font-size: 10pt;
		margin-left: 10px;
		margin-top: 20px;
	}

h3	
	{
		color: #604766;
		font-size: small;
		margin-left: 20px;
		margin-top: 20px;
	}

hr
	{
		border: 0;
		border-bottom-color: #990000;
		border-bottom-style: dashed;
		border-bottom-width: 1px;
		height: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}

p
	{
		margin-left: 30px;
		margin-right: 25;
		margin-top: 5px;
	}

b
	{
		color: #604766;
	}

table
	{
		border-color: #990000;
		border-style: solid;
		border-width: 0px;
		font-family: Verdana, MS Sans Serif, Arial;
		font-size: 10pt;
		margin-left: auto;
		margin-right: auto;
		width: 800px;
		padding: 0;
	}

td
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

.copyscape
	{

		margin-top: 20px;
		margin-bottom: 20px;
	}

.small
	{
		text-decoration: none;
		font-size: xx-small;
		color: #000000;
	}

.indent
	{
		text-align: left;
		margin-bottom: 0px;
		margin-left: 80px;
		color: #000000;
		background-color: #FFFFFF;
	}

.underline
	{
		text-decoration: underline;
	}

.style1 {
	color: #7A0800;
	font-weight: bold;
	font-size: 18px;
	}
