﻿body 
{
	color: White;
	font-family: Arial;
	font-size: 12pt;
	background-color: Gray;
}

a
{
	color: gold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #cccc33;
}

div
{
	text-align: left;
}

td
{
	vertical-align: top;
}

.Header
{
	text-align: center;
}

.PageTitle
{
	background-image: url(Images/PageTitleBackground.gif);
	width: 600px;
	height: 60px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: Black;
}

.MainBody
{
	padding-left: 25px;
	padding-right: 25px;
}

.Footer
{
	font-size: 10pt;
	text-align: center;
	margin: 25px;
	margin-top: 50px;
}

.ProductName
{
	font-weight: bold;
}

.ProductManufacturer
{
	font-size: 10pt;
}

.ProductDetails
{
	text-align: center;
	width: 100%;
}

.ManufacturerLogo
{
	padding: 15px;
}

.ContactsHeader
{
	background-color: Black;
	font-weight: bold;
}

.Hint
{
	font-size: 10pt;
}

.Heading
{
	font-weight: bold;
	font-size: 14pt;
}

.BulletPoint
{
	margin-left: 10px;
	margin-right:10px;
}

.TableHeader
{
	font-weight: bold;
	text-align: left;
}

.Menu
{
	font-size: 10pt;
	background-color: Black;
	color: White;
}

.DynamicMenu
{
	border: solid 1px gray;
}

.StaticMenuItem
{
	color: White;
	padding: 2px;
}

.DynamicMenuItem
{
	color: White;
	background-color: Black;
	padding: 2px;
	padding-right: 20px;
}

.DynamicMenuItem:visited
{
	color: White;
}

.StaticMenuItem:visited
{
	color: White;
}

.RegionHeader
{
	background-color: Black;
	color: Yellow;
	font-weight: bold;
	font-style: italic;
}

.Label
{
	font-weight: bold;
}

.PagerLink
{
	font-size: 8pt;
	padding-top:10px;
	font-weight: bold;
}

.Error
{
	font-size: 10pt;
	font-weight: bold;
}

.Pager
{
	text-align: center;
	font-weight: bold;
	font-size:10pt;
    background-color: black;
}