/* General styles */

.Head1
{
	font-weight: bold;
	font-size: medium;
	color: #7f1fff;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

sub
{
	font-weight: bold;
	font-size: small;
	color: #7f1fff;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

.sidebarhead
{
	font-weight: bold;
	font-size: small;
	width: 208px;
	color: fuchsia;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebarlink
{
	font-size: xx-small;
	width: 100px;
	color: fuchsia;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebarsublink
{
	font-size: xx-small;
	width: 100px;
	color: fuchsia;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.productname
{
	font-weight: bold;
	font-size: 12pt;
	color: fuchsia;
	font-family: Arial;
}

.vendorname
{
	font-weight: bold;
	font-size: 10pt;
	color: teal;
	font-family: Arial;
}

.vendorurl
{
	font-weight: bold;
	font-size: 10pt;
	color: purple;
	font-style: italic;
	font-family: Arial;
}

.keyword
{
	font-weight: bold;
	font-size: 12pt;
	color: #7f1fff;
	font-style: normal;
	font-family: Arial;
}

.alphalink
{
	border-right: white;
	border-top: white;
	font: 12px Arial Black;
	border-left: white;
	color: black;
	border-bottom: white;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}

.dictionaryword
{
	font: 14px Arial Black;
	color: #7f1fff;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}

.description
{
	font-weight: bold;
	font-size: 10pt;
	color: teal;
	font-family: Arial;
}

