TD
{
	font-weight: normal;
	font-size: 16px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.PageHeader
{
	font-weight: bold;
	font-size: 60px;
	color: "blue";
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.xxsmall
{
	font-size:xx-small;
}

P.xsmall
{
	font-size:x-small;
	color:darkgreen;
}

.Head, H1
{
	font-weight: normal;
	color: #666644;
}
BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
	background-color: #eeeeee;
	color: black;
	font-size: 11px;
}
UL, OL
{
	font-size: 18px;
	color: darkgreen;
	line-height: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

UL.BlueList
{
	font-weight: bold;
	font-size: 16px;
	color: #04045d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

UL.DoubleSpace
{
	 line-height:2;
}

UL LI
{
	list-style-type: disc;
}
UL LI LI
{
	list-style-type: square;
}
UL LI LI LI
{
	list-style-type: circle;
}
OL LI
{
	list-style-type: decimal;
}
OL OL LI
{
	list-style-type: lower-alpha;
}
OL OL OL LI
{
	list-style-type: lower-roman;
}
HR
{
	color: dimgrey;
	height: 1pt;
	text-align: left;
}

TD.Separator
{
	background-color: #fffdf4;
}


A.medium:link, A.medium:visited
{
	font-size: 16px;
	color: blue;
	text-decoration: none;
}

A.medium:active, A.medium:hover
{
	color: navy;
	text-decoration: underline;
}

	
A.xxsmall:link, A.xxsmall:visited
{
	font-size:xx-small;
	color: darkgreen;
	text-decoration: none;
}

A.xxsmall:active, A.xxsmall:hover
{
	font-size:xx-small;
	color: darkgreen;
	text-decoration: underline;
}

A.MenuLinks:link, A.MenuLinks:visited
{
	font-size: 20px;
	color: blue;
	text-decoration: none;
}

A.MenuLinks:active, A.MenuLinks:hover
{
	color: navy;
	text-decoration: underline;
}

A
{
	color:Blue;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
}

A:link, A:visited
{	
	text-decoration: none;
}

A:active, A:hover
{
	text-decoration: underline;
}

P, .NormalIndent
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	margin-left: 20px;
}

