body
{
	font-size: 8pt;
	background-attachment: scroll;
	background-image: url(../Pictures/Bkground1.JPG);
	color: black;
	background-repeat: repeat-y;
}
.text
{
	font-size: 8pt;
	color: black;
}
.standardText
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma, 'Times New Roman' , Arial;
}
.standardTextLarge
{
	font-weight: bold;
	font-size: medium;
	color: black;
}
.standardTextMedium
{
	font-weight: bold;
	font-size: small;
	color: black;
}
.standardTextSmall
{
	font-size: xx-small;
	color: black;
}
.highlightedText
{
	font-size: 8pt;
	color: blue;
}
.highlightedTextLarge
{
	font-weight: bold;
	font-size: medium;
	color: blue;
}
.highlightedTextMedium
{
	font-weight: bold;
	font-size: small;
	color: blue;
}
.highlightedTextSmall
{
	font-size: xx-small;
	color: blue;
}
.hotText
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
}
.hotTextLarge
{
	font-weight: bold;
	font-size: medium;
	color: red;
}
.hotTextSmall
{
	font-weight: bold;
	font-size: xx-small;
	color: red;
}
.infoText
{
	font-size: 8pt;
	color: green;
}
.infoTextLarge
{
	font-size: medium;
	color: green;
}
.infoTextSmall
{
	font-size: xx-small;
	color: green;
}
.titleText
{
	font-weight: bold;
	font-size: Large;
	color: black;
}
.titleHighlighted
{
	font-weight: bold;
	font-size: Large;
	color: blue;
}
.titleError
{
	font-weight: bold;
	font-size: Large;
	color: crimson;
}
.titleInfo
{
	font-weight: bold;
	font-size: Large;
	color: green;
}
.flagText
{
	font-weight: bold;
	font-size: 8pt;
	color: purple;
}
.flagTextLarge
{
	font-weight: bold;
	font-size: medium;
	color: purple;
}
.flagTextSmall
{
	font-weight: bold;
	font-size: xx-small;
	color: purple;
}
.standardLink
{
	font-size: 8pt;
	color: blue;
	text-decoration: underline;
}
.standardLinkSmall
{
	font-size: xx-small;
	color: blue;
	text-decoration: underline;
}
.hotLink
{
	font-size: 8pt;
	color: red;
	text-decoration: underline;
}
.hotLinkSmall
{
	font-size: xx-small;
	color: red;
	text-decoration: underline;
}
