﻿        body {
            margin: 0px;
            list-style-type: none;
        }
        .topborder {
            position: absolute;
            top: 0px;
            left: 0px;
            min-width: 100%;
            height: 10px;
            background-color: #0f0e9f;
        }
        .topmenu {
            position: absolute;
            top: 0px;
            left: 0px;
            min-width: 100%;
            height: 60px;
            background-color: #0f0e9f;
            color: white;
            font-size: 13pt; /*12 or 16*/
            font-weight: bold;
            font-family: Arial;
            padding-top: 4px; /* 6 or 10*/
        }
        .menu {
            position: absolute;
            top: 50px;
            left: 0px;
            min-width: 100%;
            min-height: 31px;
            background-color: white;
        }
        ul{
            list-style:disc outside none;
            margin:0px;
            padding:0px;
        }
        ul li {
            float: left;
            text-align: center;
            display: inline-block;
            position: relative;
            top: 53px;
            left:3px;
            vertical-align: bottom;
            height: 25px;
            width: 130px;
            line-height:25px;
            font-size: 11px;
            font-family: Verdana, Arial;
            color: white;
            background-color: #9B9B9B;
            margin-right:2px;
        }
        ul li:hover {
            background-color: #0f0e9f;
        }
        ul li div {
            vertical-align:middle;
        }
        ul li a {
            text-decoration: none;
            color: white;
            display: block;
        }
        ul li a:hover {
            text-decoration: none;
            color: white;
            display: block;
        }
        ul li ul {
            position:relative;
            top:0px;
        }
        ul li ul li {
            display: none;
            font-size: 11px;
            font-family: Verdana, Arial;
            position:relative;
            top:1px;
            left:0px;
            width:128px;
            height:30px;
            background-color:#0d4dff;/*#0da3ff*/
            line-height:25px;
            border:1px solid #0f0e9f;
            z-index:3;
        }
        ul li:hover ul li {
            display:inline-block;
        }
        ul li ul li:hover {
            background-color: #0da3ff;/*#0d4dff*/
        }
        .selected {
            background-color:#0f0e9f;
        }
        .content {
            position: absolute;
            top: 100px;
            left: 0px;
            min-width: 100%;
            min-height: 100%;
            z-index:-1;
        }
        .pagetitle {
            font-family:arial;
            font-weight:bold;
            font-size:14pt;
            left:20px;
            top:100px;
        }
		.header {
            font-family:arial;
            font-weight:bold;
            font-size:10pt;
		}
        .bigtext {
            font-family: arial;
            font-weight: bold;
            font-size: 12pt;
            background-color:#a5c7ff;
        }
        .text {
            font-family: arial;
            font-weight: normal;
            font-size: 10pt;
        }
        .striketext {
            font-family: arial;
            font-weight: normal;
            font-size: 10pt;
            text-decoration:line-through;
        }
        .smalltext {
            font-family: arial;
            font-weight: normal;
            font-size: 8px;
        }
        .boldtext {
            font-family: arial;
            font-weight: bold;
            font-size: 10pt;
        }
        .redtext {
            font-family: arial;
            font-weight: normal;
            font-size: 10pt;
            color: red;
        }
        td {
            vertical-align: text-top;
        }
        td.pagetitle {
            font-family:arial;
            font-weight:bold;
            font-size:14pt;
            left:20px;
            top:100px;
            column-span:2;
        }
        td.header {
            font-family:arial;
            font-weight:bold;
            font-size:10pt;
            width:140px;
        }
        td.text {
            font-family:arial;
            font-weight:normal;
            font-size:10pt;
        }
        td.smalltext {
            font-family:arial;
            font-weight:normal;
            font-size:8px;
        }
        td.boldtext {
            font-family:arial;
            font-weight:bold;
            font-size:10pt;
        }
        td a {
            color: blue;
            font-weight:bold;
        }
	        p.tab {
	    padding-left: 25px;
	    }