    <style>
    <!--
    .normal
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 16;
    }
    .normalPoster
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 58;
    }
    .normalPosterText
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 28;
    }
    .normalHeader
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 20;
	font-weight: bold;
    }
    a.TabBlad:link
    {
    font-family: arial;
    background-color: #f3f2b1;
	color: darkblue;
	font-size: 12;
	text-decoration: none;
	border: solid thin darkblue;
    }
    a.TabBlad:visited
    {
    font-family: arial;
    background-color: #f3f2b1;
	color: darkblue;
	font-size: 12;
	text-decoration: none;
	border: solid thin darkblue;
    }
    a.TabBlad:hover
    {
    font-family: arial;
	color: #f3f2b1;
	font-size: 12;
	text-decoration: none;
	border: solid thin darkblue;
	background-color: darkblue;
    }
    a.TabBlad:active
    {
    font-family: arial;
    background-color: #f3f2b1;
	color: darkblue;
	font-size: 12;
	text-decoration: none;
	border: solid thin darkblue;
    }
    a.CurrentTabBlad
    {
    font-family: arial;
	color: #f3f2b1;
	font-size: 12;
	text-decoration: none;
	border: solid thin darkblue;
    background-color: darkblue;
    }
    .TabBladSpace
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 12;
	text-decoration: none;
	border-bottom: solid thin darkblue;
    }
    a.normalLink:link
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 16;
	text-decoration: underline;
    }
    a.normalLink:visited
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 16;
	text-decoration: underline;
    }
    a.normalLink:hover
    {
    font-family: arial;
	color: darkblue;
	font-size: 16;
	text-decoration: none;
    background-color: #f3f2b1;
    }
    a.normalLink:active
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 16;
	text-decoration: underline;
    }
    a.menuLink:link
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 18;
	text-decoration: underline;
    }
    a.menuLink:visited
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 18;
	text-decoration: underline;
    }
    a.menuLink:hover
    {
    font-family: arial;
	color: darkblue;
	font-size: 18;
	text-decoration: none;
    background-color: #f3f2b1;
    }
    a.menuLink:active
    {
    font-family: arial;
	color: darkblue;
    background-color: #bbf3bc;
	font-size: 18;
	text-decoration: underline;
    }
	.break 
	{
	page-break-after: always;
	}
	p.strike			   
	{
	text-decoration: line-through;
	}
    .menu
    {
	position: absolute;
    left: 20px;
    margin: 0px;
    padding: 0em;
    border: none;
    z-index: 10;
    }
    -->
    </style>
