body
{
	
	
}
.CaptionText
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.NormalText
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.WatermarkedImage
{
	background-position: left top;
	background-image: url(./bad2.gif);
	visibility: visible;
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment:fixed;
}
.ErrorText
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: Arial;
}

.LargeErrorText
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;
}

.TitleText
{
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	font-family: Arial;
}

.ReportTitleText
{
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-family: Arial;
}

.SuccessText
{
	font-weight: bold;
	font-size: 10pt;
	color: green;
	font-family: Arial;
}

.Hyperlink
{
	font-weight: normal;
	font-size: 10pt;
	color: dodgerblue;
	font-family: Arial;
	text-decoration: underline;
}

.MenuText
{
	font-weight: normal;
	font-size: 8pt;
	color: yellow;
	font-family: Arial;
}

.MenuTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: yellow;
	font-family: Arial;
}

.NoteText
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.BoldNoteText
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.FooterText
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

A { color: dodgerblue; text-decoration: underline; }
A:link { color: dodgerblue; text-decoration: underline; }
A:visited { color: dodgerblue; text-decoration: underline; }
A:active { color: red; text-decoration: underline;}
A:hover { color: red; text-decoration: underline; } 

.Rollover:link { color: dodgerblue; text-decoration: underline }
.Rollover:active { color: red; text-decoration: underline }
.Rollover:visited { color: dodgerblue; text-decoration: underline }
.Rollover:hover { color: red; text-decoration: underline }

.NavLinkText
{
	font-weight: bold;
	font-size: 8pt;
	color: yellow;
	font-family: Arial;
}

