/* CSS Document */

body 			{
				background-color:			#6633FF;
				margin-left:				0px;
				margin-right:				0px;
				margin-top:					0px;
				margin-bottom:				0px;
				}
		
a:link			{
				color:						blue;
				text-decoration:			underline;
				background-color:			transparent;
				}
		
a:active		{
				color:						red;
				text-decoration:			underline;
				background-color:			transparent;
				}
				
a:visited		{
				color:						purple;
				text-decoration:			underline;
				background-color:			transparent;
				}
				
a:hover			{
				color:						Blue;
				text-decoration:			underline;
				background-color:			transparent;
				}
				
h1				{
				font-family:				"verdana ms", arial, sans-serif;
				font-size:					26pt;
				font-weight:				bold;
				color:						#003300;
				text-align:					center;
				background-color:			transparent;
				}
				
h2				{
				font-family:				"verdana ms", arial, sans-serif;
				font-size:					22pt;
				font-weight:				bold;
				color:						#003300;
				text-align:					center;
				background-color:			transparent;
				}
				
h3				{
				font-family:				"verdana ms", arial, sans-serif;
				font-size:					18pt;
				font-weight:				bold;
				color:						#003300;
				text-align:					center;
				background-color:			transparent;
				}
				
h4				{
				font-family:				"verdana ms", arial, sans-serif;
				font-size:					14pt;
				font-weight:				bold;
				color:						#003300;
				text-align:					center;
				background-color:			transparent;
				}
				
p				{
				font-family:				"verdana ms", arial, sans-serif;
				font-size:					12pt;
				font-weight:				normal;
				color:						#003366;
				text-align:					left;
				background-color:			transparent;
				}
				
ol				{list-style-type:			decimal;
				font-family:				"verdana ms", arial, sans-serif;
				font-weight:				normal;
				font-size:					11px;
				text-align:					left;
				color:						#003366;
				background-color:			transparent;
				}
				
li				{
				list-style-type:			circle;
				text-indent:				20px;
				font-family:				"verdana ms", arial, sans-serif;
				font-weight:				normal;
				font-size:					11px;
				text-align:					left;
				color:						#003366;
				background-color:			transparent;
				}
				
ul				{
				list-style-type:			disc;
				}
				
				
.footnote		{
				font-family:				"verdana ms", arial, sans-serif;
				font-size:					9pt;
				font-weight:				normal;
				color:						#003366;
				text-align:					left;
				background-color:			transparent;
				}

				
