﻿body 
{
	font-family: Arial;
	margin: 0px;
	background: url(images/FernBackground.jpg);
    background-repeat:  repeat-y;
    background-attachment: fixed;
    background-position: center center;
    background-color: Black;
}

th
{
    text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #F96000;
	vertical-align: top;
}

td
{
	font-family: Arial;
	font-size: 8pt;
	vertical-align: top;
}

td.Label 
{
	padding-right:  10px;
	vertical-align: top;
	font-weight:	bold;
}

td.borderLeft 
{
	width:    6px;
	padding:  0px;
	margin:   0px;
	background-image: url(images/PageBorderLeft.gif);
	background-repeat: repeat-y;
}

td.borderRight
{
	width:    6px;
	padding:  0px;
	margin:   0px;
	background-image: url(images/PageBorderRight.gif);
	background-repeat: repeat-y;
}

td.footer
{
	font-size:	7pt;
	text-align: center;
}

td.body 
{
	width: 100%;
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

a          
{
	color: #F96000;
}

a:link     
{
	color: #F96000;
}

a:visited  
{
	color: #F96000; 
}

a:selected 
{
	color: #F96000; 
}

a:hover    
{ 
	color: #F96000; 
}

h2
{
	font-size: 16pt;
	color: #F96000; 
	margin-bottom: 5px;
}

h3
{
	font-size: 10pt;
	color: #F96000; 
	margin-bottom: 6px;
}

h4
{
	font-size: 9pt;
	font-weight: bold;
	color: black; 
	margin-bottom: 6px;
}

p 
{
	margin-top: 5px; 
	margin-bottom: 10px; 
}

ul
{
	margin-top: 5px;
}

table.container
{
	background-color: White;
	width: 740px;
    height: 100%;
    border: none;
}

img.inlineImage
{
	border: solid 1px #797979;
	display: block;
	margin: 10px;
	margin-left: 0px;
}

img.inlineImageRight 
{
	border: solid 1px #797979;
	float: right;
	margin: 10px;
	margin-right: 0px;
}

img.inlineImageLeft
{
	border: solid 1px #797979;
	float: left;
	margin: 10px;
	margin-left: 0px;
}

caption
{
    font-size: 7pt;
}

div.credits
{
    font-size: 7pt;
    width: 100%;
    text-align: center;
    color: #CCCCCC;
    padding-top:5px;
}