﻿body
{
    background-color:  #BB8800;
    margin: 0px;
}
a
{
    color: Green;
}
.WhitePaperDescription
{
    font-size: 12pt;
}
table.tableStyle
{
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: #DDAA00;
	width: 100%;
	font-size: 14px;
}
table.tableStyle td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
p 
{
    text-align: justify; 
    font-size: 16px; 
    line-height: 18px; 
    margin: 0px 0px 14px 0px; 
    padding: 0px; 
}
.toolTip
{
    color: Maroon;
     text-decoration: underline;
}
td.tableBorder
{
    width: 5%;
}
p.pad
{
    padding-left: 20px;
}
p.header
{
    font-size: larger;
    font-weight:bolder;
}
td.whitePapers
{
    padding: 5px 10px 5px 10px;
}
.bold
{ font-weight: bold;}
.italics
{ font-style: italic }
