body
{
    background-color: white;
    color: black;
    font-family:   times new roman, times, serif;
    font-weight: normal;
    text-decoration: none
}

body h1
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: large;
   font-style: normal;
   font-weight: bold;
}

body h2
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: medium;
   font-style: normal;
   font-weight: bold;
}

body h3
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   font-style: normal;
   font-weight: bold;
}

.LeftMenu img
{
   border: 0;
}

.LeftMenuOuter
{
   position: absolute;
   left: 12px;
   top: 12px;
   width: 132px;
   z-index: 2;
   float: left;
}

.LeftMenu
{
   background-color: #ffff66;
   color: black;
   font-family: arial, helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   padding: 8px 4px 16px 4px;
   border-color: Black;
   border-style: solid;
   border-width: 1px;
}

.LeftMenu p
{
   margin-top: 16px;
   margin-bottom: 2px;
}

.LeftMenu p.level2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	display: list-item;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}

.LeftMenu p.level3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 40px;
}

.LeftMenu a:active, .LeftMenu a:link
{
    color: black;
    text-decoration: none;
}

.LeftMenu a:visited
{
    color: #006600;
    text-decoration: none;	
}

.LeftMenu a:hover
{
    color: black;
    text-decoration: underline;
}

.LeftMenuLogo p
{
   margin-top: 0px;
   margin-bottom: 0px;
}

#LeftMenuSearchBox
{
	width: 100%;
	font-size: 8pt;	
	border-style: solid;
	border-width: 1px;
	border-color: Silver;
}


#LeftMenuSearchButton
{
	font-size: 8pt;
}

.Content
{
    padding: 0px 12px 16px 0px;
    position: absolute;
    top: 12px;
    left: 165px;
}

.Content img
{
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

.Content td img
{
    border-width: 0px;
}

td
{
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 0px;
   padding-bottom: 20px;
}

td.HeadingRow
{
   border-top: 1px solid Black;
   padding-top: 5px;
   padding-bottom: 0px;
}

.Footer
{
   color: #cccccc;
   font-family: arial, helvetica, sans-serif;
   font-size: xx-small;
   padding: 2px 2px 2px 2px;
   position: relative;
   z-index: 1;
   border-width: 1px;
   border-style: solid;
   border-color: #cccccc;
}

.Footer a:link, .Footer a:active, .Footer a:visited
{
   color: #cccccc;
   text-decoration: underline;
}

.BlackBox
{
   border-width: 2px;
   border-style: solid;
   border-color: black;
}

