<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Style Sheet</title>
</head>

<body>
H1 {
		font-family: Arial;
		font-size: 16pt;
		font-weight: bold;
		color: #800000;

		text-align: center;
	
		position: relative;
	} 
		
H2 {
		font-family: Arial;
		font-size: x-large;
		font-weight: bold;
		color: #FFFFCC;
		background: #800000;
		text-align: center;
		padding: 3pt;
		border-top: inset;
		border-bottom: inset;
		position: relative;
	}
	
H3 {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: Black;
	text-align: center;
	position: relative;
	margin-bottom: 0cm;
	background-color: transparent;
}


P {
	font-family: Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	position: relative;
	
}

ol {
	font-family: Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: Maroon;
	position: relative;
	margin-top : 0cm;
	margin-bottom : 0cm;
}
.nospace {
	font-family: Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: Maroon;
	position: relative;
	margin-top : 0cm;
	margin-bottom : 0cm;
}

p.nospace {
	font-family: Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: Maroon;
	position: relative;
	margin-top : 0cm;
	margin-bottom : 0cm;
}

P.small {
	font-family: Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	color: Maroon;
	position: relative;
}

P.smallnospace {
	font-family: Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	color: Maroon;
	position: relative;
	margin-top : 0cm;
	margin-bottom : 0cm;
	
}

CAPTION {
	font-family : sans-serif;
	font-size : .8em;
	font-weight : bold;
	color : Green;
}

Strong {
		font-family: sans-serif;
		font-weight: bold;
		color: #800000;
		position: relative;
	}


LI  {
	font-family: sans-serif;
	font-size: 10pt;
	color: Navy;
	position: relative;
	text-align : left;
	font-style : normal;
}

UL  {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: Maroon;
	position: relative;
	text-align : left;
	margin-top : 5px;
	margin-bottom : 5px;
}

Table.border{
	border: thin;
	border: Black;
}
TD {
	font-family: sans-serif;
	font-size: 10pt;
	color: black;
}
	
A:link.nounderline {
	font-family: "Comic Sans MS", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: silver;
	text-decoration: none;
	position: relative;
}

A:visited.nounderline{
	font-family: "Comic Sans MS", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: silver;
	text;
	text-decoration: none;
}

A:active.nounderline{
	font-family: "Comic Sans MS", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: red;
	text;
	text-decoration: none;
}

A:link 
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #006400;
	text-decoration: underline;
	position: relative;
}

A:visited {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #006400;
	text-decoration: underline;
	position: relative;
}

A.active { 
font-family: sans-serif;
		font-weight: normal
		color: red;
		text-decoration: underline;
		position: relative;
 }

 A:link.small 
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #006400;
	text-decoration: underline;
	position: relative;
}

A:visited.small {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #006400;
	text-decoration: underline;
	position: relative;
}

A.active.small { 
font-family: sans-serif;
		font-weight: normal
		font-size: 8pt;
		color: red;
		text-decoration: underline;
		position: relative;
 }

EM {
	font-family: sans-serif;
	font-size: 10pt;
	position: relative;
	color : Teal;
	font-weight : bold;
	font-style : normal;
}

hr {
	border-color: Gray;
	border: medium solid Gray;
}



</body>
</html>
