H1		{
		font-family:	sans-serif, serif;
		font-size:		32pt;
		font-weight:	bold;
		}

H2		{
		font-family:	sans-serif, serif;
		font-size:		24pt;
		font-weight:	normal;
		}

H3		{
		font-family:	sans-serif, serif;
		font-size:		16pt;
		font-weight:	normal;
		}

P		{
		font-family:	sans-serif, serif;
		font-size:		10pt;
		font-weight:	normal;
		}

li		{
		font-family:	sans-serif, serif;
		font-size:		10pt;
		font-weight:	normal;
		}

body	{
		font-family:			sans-serif, serif;
		font-size:				10pt;
		font-weight:			normal;
		color:					black;
		background-attachment:	fixed;
		}

A		{
		text-decoration:	none;
		}

A:link	{
		color:		navy;
		}

A:visited	{
		color:		maroon;
		}

A:active	{
		color:		red;
		}

#cent	{
		text-align:		center;
		}

.cent	{
		text-align:		center;
		}

.maroon	{	
		color:		maroon;
		}

.navy	{
		color:		navy;
		}

.white	{
		color:		white;
		}

.ind100	{
		text-indent:	100px;
		}

.ml100	{
		margin-left:	100px;
		}

.listHead	{
		font-size:		10pt;
		font-weight:	bold;
		cursor:			hand;
		color:			maroon;
		text-indent:	-18px;
		margin-left:	15px;
		}

.listHead2	{
		font-size:		10pt;
		font-weight:	normal;
		cursor:			hand;
		color:			maroon;
		margin-left:	22px;
		text-indent:	-18px;
		}

.listItem	{
		font-size:		8pt;
		font-weight:	normal;
		padding-left:	10px;
		}

.listItem2	{
		font-size:		8pt;
		font-weight:	normal;
		margin-left:	25px;
		}

.smallText	{
		font-size:		8pt;
		}