body
{
	margin-top: 0px;
	margin-left: 5px;
	background-color: #ffffcc;
}
h1
{
	color: #333333;
	font-size: 24px;
}
h2
{
	color: green;
	text-decoration: underline;
}

h3
{
	color: blue;
	height: 32px;
}

p
{
color:#333;
font-size:.8em;
line-height:1.4em;
font-family:Tahoma, Verdana, Trebuchet MS, sans-serif;
}

div.TitleRow 
{
    height: 32px; 
    background-color: #99ffff
}

td img
{
    vertical-align: bottom;
    border: 0;
}

td
{
    font-size: 10pt;
    color: navy;
    font-family: 'Segoe UI' , Tahoma, Arial;
}

div.PageTitle
{
    /* titlebar on page */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20pt;
    background-color: #99cc66;
    padding-left: 5px;
    padding-top: 2px;
}
span.PageTitle
{
    font-size: 12pt;
    color: black;
    font-family: 'Segoe UI' , Tahoma, Arial;
}
div.Mainmenu
{
    /*nav tree menu */
    
    position: fixed;
    top: 20pt;
    left: 0px;
    width: 200px;
    bottom: 0px;
    overflow: auto;
    background-color: #ffcc99;
}
div.Content
{
    /*iframe div*/
    
    position: fixed;
    top: 20pt;
    left: 200px;
    right: 0px;
    bottom: 0px;
    background-color: #77ccff;
    height: 97%;
}

.FrameTitle
{
    font-size: 12pt;
    color: navy;
    background-color: #cccc66;
    font-family: 'Segoe UI' , Tahoma, Arial;
}
.PageTable
{
    width: 800px;
    padding-left: 2px;
}
.SideTable
{
    background-color: #ffcc99;
    font-size: 9pt;
}
.TitleAdd
{
    font-style: italic;
}
