body {
 margin : 0;
 padding : 0;
 background-color : #ffffff;
 color : #000000;
background: url("FxSoftwareLogo.gif") fixed no-repeat top left;
 }
 p, ul, ol, li {
 font : 12pt Arial,geneva,helvetica;
 }
 h1 {
 font : bold 14pt Arial, Helvetica, geneva;
 }
 h2 {
 font : bold 12pt Arial, Helvetica, geneva;
 }
h3{
font: 12 pt Arial, Helvetica, geneva;
}
h4{
font: bold 14pt Arial, Helvetica, Geneva;
}
table{
table-layout: auto;
}
 #header {
 position : fixed;
 width : 100%;
 height : 282px;
 top : 0;
 right : 0;
 bottom : auto;
 left : 0;
 }
 #leftnavigation {
 position : fixed;
 height : auto;
 top : 282px;
 left : 0;
 width : 200px;
 margin : 0px 0px 0px 10px;
 color : #000000;
 padding : 3px;
 overflow : auto;
 }
 #content {
 position : fixed;
 top : 282px;
 bottom : 100px;
 margin : 0px 0px 0px 215px;
 width : auto;
 height : auto;
 padding-left : 5px;
 padding-right : 0px;
 color : #000000;
 overflow : auto;
 }
 #content h1, #content h2 {
 color : #000000;
 font: 12pt Arial, Helvetica, Geneva;
 }
 #footer {
 position: fixed;
 width: 100%;
 height: 35px;
 top: auto;
 right: 0;
 bottom: 0;
 margin-left : 10px;
 }
a:link {
color: #f41c03;
text-decoration: none;
}
a:visited{
color: #f41c03;
text-decoration: none;
}
a:hover {
color: #0b13f3;
text-decoration: none;
}

