/* Default CSS Stylesheet for the Main Body */
body
{
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin:0
}

td.ContentMain
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold
}

td.CopyrightMessage
{
	font-family:Arial;
	font-size:7pt;
	color:#333399 
}
td.StagingMessage
{
	font-family:Arial;
	font-size:8pt;
	color:Red 
}
td.TopMenuItem
{
  background-color:#FFFFFF;
  font-family:Verdana; 
  font-size:10px; 
  border:1px;
  border-style:solid;
  border-color:#FFFFFF;
  padding:1px;
  padding-left:5px;
  padding-right:5px;
  cursor:pointer;
  cursor:hand;
  color:#333399; 
  font-weight:bolder; 
}
td.TopMenuItemUK
{
  background-color:#9FA6D0;
  font-family:Arial; 
  font-size:12px;
  padding:1px;
  padding-left:5px;
  padding-right:5px;
  cursor:pointer;
  cursor:hand;
  color:white; 
  font-weight:bolder; 
}
td.ProductDescLarge
{
	font-family:Arial;
	font-weight:bold;
	font-size:14pt
}
a.TopMenuLink
{
	color:#333399;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer; 
	cursor:hand
}
a.TopMenuLinkUK
{
	color:#FFFFFF;
	background-color:#9FA6D0;
	font-family:Verdana;
	font-size:10px;
	font-weight:bolder;
	text-decoration:none;
	cursor: pointer; 
	cursor:hand
}
a:hover.TopMenuLinkUK
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bolder;
	color:#333399;
	text-decoration:none;
	cursor: pointer; 
	cursor:hand
}

a.StandardImageLink
{
	text-decoration:none;
	cursor: pointer; 
	cursor:hand
}
img.PageButton
{
	cursor:pointer; 
	cursor:hand
}
.StandardError
{
	Font-Size:XX-Small;
	font-family:Arial;
	Font-weight: bold;
	Color:IndianRed
}
Input.Invisible
{
	cursor:default
}

img.nograyscale {
border: 0px silver ridge;
cursor: pointer;
cursor: hand
}

img.grayscale {
position: relative;
filter: alpha(opacity=30, finishopacity=80, style=1, startx=0, starty=0, finishx=140, finishy=270)

}

Input.nograyscale {
border: 0px silver ridge;
cursor: pointer;
cursor: hand
}

Input.grayscale {
position: relative;
filter: alpha(opacity=30, finishopacity=80, style=1, startx=0, starty=0, finishx=140, finishy=270)
}

Input.noglow {
border: 0px silver ridge;
cursor: pointer;
cursor: hand
}

Input.glow {
position: relative;
filter: glow(color=#9BAD71, strength=225)
}

img.noglow {
border: 0px silver ridge;
cursor: pointer;
cursor: hand
}

img.glow {
position: relative;
filter:progid:DXImageTransform.Microsoft.Light(direction=100,strength=50)
	}
         



