html 
{

     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
     overflow-x: auto;
}


BODY
{
	background-color: white;
	color: black;
}


TABLE 
{
	font-family: Calibri, Tahoma, Arial;
	font-size: 10pt;
	cellpadding: 0px;
	cellspacing: 0px;
}


UL 
{
	margin-left: 0px;
	padding-left: 30px;
	list-style-image: url("Bullet.png");
}


LI 
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


A
{
	color: #FF6600;
}


A.menuItem
{
	font-size: 14pt;
	padding-left: 17px;
	text-decoration: none;
	color: black;
}


A.menuItem:hover
{
	color: #FF6600;
}


A.menuItemSidebar
{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}


A.menuItemSidebar:hover
{
	color: #FF6600;
	text-decoration: underline;
}


A.menuItemBottom
{
	color: black;
	text-decoration: none;
}


A.menuItemBottom:hover
{
	color: #FF6600;
}


DIV.heading1
{
	font-size: 24pt;
}


DIV.heading2
{
	font-weight: bold;
	font-size: 11pt;
	color: #FF6600;
	padding-top: 15px;
} 


.tableMain
{
	width: 805px;
	height: 590px;
}


.cellLogo
{
	width: 25%;
	height: 32px;
}


.cellMenu
{
	width: 75%;
	height: 32px;
	text-align: right;
}


.cellPadding
{
	height: 40px;
}


.cellBody
{
	vertical-align: top;
	text-align: left;
}


.cellBottomMenu
{
	border-top: dashed 1px #FF6600;
	vertical-align: bottom;
	height: 20px;
}


.cellCopyright
{
	height: 40px;
	vertical-align: bottom;
	font-size: 8pt;
}


.tableContent
{
	width: 100%;
}

.cellContent
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
}


.cellSidebar
{
	border-left: dashed 1px #FF6600;
	padding-left: 20px;
	padding-top: 0px;
	vertical-align: top;
}


.imageProductLogo
{
	margin-left: 40px;
}
