.MenuHeading
{
	font-weight: bold;
	font-size: 12pt;
	color: blue;
	font-family: Tahoma;
}
.MenuHeading A
{
	font-weight: bold;
	font-size: 12pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: none;
}
.MenuHeading A:hover
{
	font-weight: bold;
	font-size: 12pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}
.MenuItem
{
	list-style-position: outside;
	font-size: 12pt;
	color: blue;
	line-height: 18pt;
	font-family: Tahoma;
	list-style-type: disc;
}
.MenuItem A
{
	font-size: 12pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: none;
}
.MenuItem A:active
{
	font-size: 12pt;
	color: red;
	font-family: Tahoma;
	text-decoration: none;
}
.MenuItem A:hover
{
	font-size: 12pt;
	color: blue;
	font-family: tahoma;
	text-decoration: underline;
}
.ContentHeading
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Tahoma;
	text-align: left;
}
.ParagraphHeading
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Tahoma;
	text-align: left;
}
.ParagraphText
{
	font-size: 12pt;
	color: black;
	font-family: Tahoma;
	text-align: justify;
}
