DIV.NoOrders
{
	position:absolute;
	left:60px;
	top:50px;
	width:720px;
	height:800px;
	background-color:silver;
	border:2px solid black;
	padding:100px;
	color:black;
	font-family:Verdana;
	font-size:24px;
	font-weight:bold;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity = .75);
}


BODY
{
	background-color	:#FFFFFF;
	color				:#008AD0;
	font-family			:Arial;
	font-size			:12pt;
}

TD
{
	font-family			:Arial;
	font-size			:12pt;
}

P
{
	text-align			:justify;
}

H1, .Heading1
{
	font-family			:Papyrus,Enviro,Arial;
	font-size			:20pt;
	color				:#FF7128;
	font-weight			:bold;
}

H2, .Heading2
{
	font-family			:Papyrus,Enviro,Arial;
	font-size			:16pt;
	color				:#FF7128;
	font-weight			:bold;
}

H3, .Heading3
{
	font-family			:Papyrus,Enviro,Arial;
	font-size			:14pt;
	color				:#FF7128;
	font-weight			:bold;
}

.ToolbarItem, .ToolbarItem:active, .ToolbarItem:visited
{
	font-family			:Papyrus,Enviro,Arial;
	font-size			:9pt;
	font-weight			:bold;
	text-decoration		:none;
	color				:#008AD0;
}

.ToolbarItemSelected, .ToolbarItem:hover
{
	font-family			:Papyrus,Enviro,Arial;
	font-size			:9pt;
	font-weight			:bold;
	text-decoration		:none;
	color				:#FF7128;
}

.Footer
{
	font-family			:Arial;
	font-size			:7pt;
	color				:Gray;
	text-align			:center;
}

A.Footer:link, A.Footer:visited, A.Footer:active
{
	font-family			:Arial;
	font-size			:11pt;
	color				:Blue;
	text-decoration		:underline;
}

A.Footer:hover
{
	color				:Gray;
}

A, .Link
{
	font-family			:Arial;
	font-size			:12pt;
	color				:Blue;
}