.mybody		{ 
                text-align: Justify; 
                font-family: Arial, sans-serif; 
                background: #FBFBFB;
				margin-left: 2px;
				margin-right: 2px               
			}
             
/*
.mybody     { 
				text-align: Justify; font-family: Arial, sans-serif; 
               background: #FBFBFB url('http://www.zebs.org.uk/images/background1.png') scroll 0% 0%
            }
*/
             
a:link		{	color: #0000FF; text-decoration: none; }
a:active    {	color: #666666; background-color: #EEEEEE; }
a:visited   {	color: #6464C8; text-decoration: none }
a:hover     {	color: #FF0000; background-color: #EEEEEE; text-decoration: underline;}
img         {	border: 0px }

.picture     { float: right; position: relative; text-align: Center; font-family: 
               Times New Roman, serif; font-size: 10pt; padding-left: 5em }
.linktableComment { 
               color: black;
               background-color: #FFFFCC;
               background-image: none;
               border-bottom-width: 1px;
               border-bottom-style: solid;
               border-bottom-color: #000000;
               padding-left: 1px
             }

.linktable   { color: black;
				 background-color: #DEDEDE; 
				 background-image: none;
				 border-right-style: solid; 
				 padding-left: 2px; 
				 padding-right: 2px;
               border-right-color: #000000; 
               border-bottom-width: 1px;
               border-bottom-style: solid;
               border-bottom-color: #000000;
             }

.Review      { border-right-width: 1px;
               border-right-style: solid;
               border-right-color: #E7E7E7; 
               border-bottom-width: 1px;
               border-bottom-style: dotted;
               border-bottom-color: #BBBBBB; 
               padding-left: 5px;
               padding-right: 5px;
			   }

.menu {
		border:1px solid #000000;
		padding:0;
		font-size: 10pt; 
		background-color:#DEDEDE
	  }
	  
.menuArrow	{
				float: right;
				width: 6;
				height: 10;
			}

/*.menutext 	{
				border:1px solid #C0C0C0; font-family: Tahoma, sans-serif;
				text-transform: capitalize;
				text-align: center;
				white-space: nowrap;
				vertical-align: middle;
				padding-left:4px;
				padding-right:4px;
				padding-top:1px;
				padding-bottom:1px
			}*/
	 
.DivMenu	{
				z-index: 1;
				visibility: hidden;
				position: absolute; 
               	background-color: #DEDEDE;
               	font-size: 12pt; 
               	border: 2px solid #000000;
               	align: left
			}
			
.DivMenuSub {
				z-index: 2;
				visibility: hidden;
				position: absolute; 
               	background-color: #DEDEDE;
               	font-size: 8pt; 
               	border: 2px solid #000000;
               	min-width: 25em
			}
			   
.menutext
{
	white-space: nowrap;
    font-size: 10pt;
	color: #333333;
    font-family: Tahoma, sans-serif;
    text-decoration: none;
}