body
{
	margin: 1px 1px 1px 1px;
	font: 10pt Verdana;
}
table
{
	font: 10pt verdana;
}
.Big
{
	font-size: 12pt;
}
.Small
{
	font-size: 8pt;
}
.FG1
{
	color: black;
}
.FG2
{
	color: white;
}
.FG3
{
	color: #003777; /*Dark blue*/
}
.BG1
{
	background-color: #003777; /*Dark blue*/
}
.BG2
{
	background-color: lightgrey;
}
.BG3
{
	background-color: black;
}
.PlusMinus
{
	color: blue;
	background-color: #FFFFE0;
	border: 1px solid red;
	font-weight: bolder;
	cursor:hand;
	font-size:12pt
}
a, a:link, a:visited, a:active
{
	color: #CE2A04;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.Menu, a.Menu:link, a.Menu:visited, a.Menu:active
{
	color: #003777;
	text-decoration: none;	
	font-weight: bold;
}
a.Menu:hover
{
	text-decoration: underline;
}
a.User, a.User:link, a.User:visited, a.User:active
{
	color: black;
	text-decoration: none;	
	font-weight: bold;
	font-style: italic;
}
a.User:hover
{
	text-decoration: underline;
}
a.Footer, a.Footer:link, a.Footer:visited, a.Footer:active
{
	color: white;
	text-decoration: none;
}
a.Footer:hover
{
	color:yellow;
}
.PageHeading
{
	font-size: 14pt;
	border-bottom: 1px solid black;
	text-align: right;
	color:#CE2A04;
}
.ProductHeading
{
	font-size: 12pt;
	font-weight: bold;
	font-family: verdana;
}
.ProductCode
{
	color: #003777;
	font-weight: bold;
}
.GreenMsg
{
	color: green;
}
.RedMsg
{
	color: #CE2A04;
}
.BlueMsg
{
	color: blue;
}
.NoImg
{
	width: 100px;
	height: 100px;
	text-align: center; 
	background-color: lightgrey;
	border: 1px solid gray;
}
td.ProductImg
{
	width: 110px;
}
.ShopCart
{
	width: 110px;
	height: 55px;	
	background-repeat: repeat-x;
	cursor: hand;
	position: relative;
}
.ShopCartValue
{
	width: 250px;
	height: 55px;
	background-image: url(/Images/ShopBG.jpg);
	background-repeat: repeat-x;
	background-color: #D3EEF1;
	z-index: 100;
	position: absolute;
	display: none;
}
table.Shop
{
	border: 2px solid #003777;
	border-collapse: collapse;	
}
th.Shop
{
	background-color: #003777;
	color: white;
}
tr.Shop, td.Shop
{
	border: 1px solid #003777;
}
.Buttonsmall
{
	font-size: 8pt;
}
.Hand
{
	cursor: hand;
}
.Opacity100
{
	filter: alpha(opacity=10);
	-moz-opacity: 1;
	opacity: 1;
}
.Opacity90
{
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.Opacity80
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.Opacity70
{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.Opacity60
{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.Opacity50
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.Opacity40
{
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.Opacity30
{
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.Opacity20
{
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.Opacity10
{
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.Opacity0
{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
