body
{
	background:url("images/bgbluecrop.jpg");
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
}

body.menu
{
	background:url("images/bgbluemenu.jpg");
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
}

.Img
{
	padding:2px;
	border:3px solid #981613;
	margins:5px;
}

A.ProdLink:link
{
	font-family:tahoma;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color: #00178c;
}

A.ProdLink:hover
{
	font-family:tahoma;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	color: #981613;
}
A.ProdLink:visited
{
	font-family:tahoma;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color: #00178c;
}
A.ProdLink:active
{
	font-family:tahoma;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color: #981613;
}

.MenuItem
{
	font-family:tahoma;
	font-size:10pt;
	color: #00178c;
	font-weight:bold;
	padding:10px;
	
}

.MenuItem A
{
	text-decoration:none;
	color: #00178c;
}

.MenuItem A:link
{
	text-decoration:none;
	color: #00178c;
}

.MenuItem A:hover
{
	text-decoration:underline;
	color: #981613;
}


.MenuItem A:active
{
	text-decoration:none;
	color:#981613;
}

.ProdID
{
	color:#981613;
	font-weight:bold;
	font-family:arial;
	font-size:12pt;
}

.Header
{
	color:#981613;
	font-weight:bold;
	font-family:arial;
	font-size:12pt;
}

.HeaderSm
{
	color:#981613;
	font-weight:bold;
	font-family:arial;
	font-size:10pt;
}

.ProdInfo
{
	color:#001270;
	font-weight:normal;
	font-family:arial;
	font-size:10pt;
}

.CellHi
{
	background-color:#D3E1F9;
	color:#4F5154;
	font-family:tahoma;
	font-weight:normal;
	font-size:8pt;
	border:solid 1px #8C8C8C;
	border-bottom:solid 1px #AFB2BA;
	border-right:solid 1px #AFB2BA;
	padding:5px;
}

.CellLo
{
	background-color:#B6C5DF;
	color:#4F5154;
	font-family:tahoma;
	font-weight:normal;
	font-size:8pt;
	border:solid 1px #8C8C8C;
	border-bottom:solid 1px #AFB2BA;
	border-right:solid 1px #AFB2BA;
	padding:5px;
}

.SmHeading
{
	color:#001270;
	font-weight:normal;
	font-family:arial;
	font-size:8pt;
}

.DraftLine
{
	background-color:#B6C5DF;
}