﻿html,body
{
	margin:0px;
	background-color:#e5e5e5;
	font-family:Verdana, Arial, Tahoma;
	color: #333333;/*#7F7F7F;*/
	font-size:10pt;
}
#tblBottomBar
{
	background-color:black;/*#4C4C4C;*/
	color:#7F7F7F;
	height:50px;
}
.staffHeader
{
	font-size:12px;
	font-weight:bold;
	color:#7f7f7f;
}
.productsHeader
{
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.productsSubHeader
{
	font-size:12px;
	font-weight:bold;
	color:#7f7f7f;
}
.productsText
{
	font-size:10px;
	color:#7f7f7f;
}
.BigHeader
{
	font-size:20px;
}
.header
{
	font-size:18px;
}
.subHeader
{
	font-size:16px;
}
.label
{
	font-size:14px;
}
.subLabel
{
	font-size:12px;
}
a
{
	color:#7F7F7F;
}
a:hover
{
	color:#000;
}
.pageHeader
{
	color:#879DFF;
	font-size:14px;
	font-weight:bold;
}
.pageSubHeader
{
	color:#7F7F7F;
	font-size:12px;
	font-weight:bold;
}
.btn
{
	background-image:url(/images/buttons/btn1.png);
	background-repeat:no-repeat;
	background-color:Transparent;
	width:99px;
	height:30px;
	color:#4c4c4c;
	border:0px;
}
.btn:hover
{
	font-weight:bold;
	cursor:pointer;
}