﻿body        	{
		background-color:#d0d0d0; text-align:center;
		}

table 		{
		font-family: tahoma,arial,sans-serif;color: white;
		margin-left:auto; margin-right:auto; text-align:center;
		border-style:none
		}
		/* text-align is for benefit of IE5 which does not inherit table properties correctly */

.small	{font-size: 10pt;}

td		{
		background-color:#808080; vertical-align:middle;
		border-style:none
		}
        
a img	{
		border-style:none
		}					
	
.logo   {
		float:right; width:175px; height:42px;
		}

.navkeys	{  
		margin-top:3px;
		text-align:left;
		}			
	
.what		{
		font-family: tahoma,sans-serif; font-weight:bold;
		font-size:18pt; color:#000080;
		}

.wherewhen	{
		font-family: arial,sans-serif; font-weight:bold;
		font-size:12pt; color:#000080;
		}			
		
.button1, .button2
		{
		font-family:arial,sans-serif;
		font-size:12pt;
		font-weight:bold;
		color:yellow;
		text-decoration:none;
		border-style:outset; border-width:3px; border-color:#eeeeee;
		}				

.button1	
		{			
        background-color:#bc0000;		
		}

.button1:hover  {
        background-color: #ff0000;
        position: relative; top: 1px; left:-1px;
		border-style:inset; border-width:3px; border-color:#eeeeee;		
		}
						
.button2	
		{
        background-color:#00007f;
		}

.button2:hover  {
                background-color:#0000ff;
                position:relative; top:1px; left:-1px;
		border-style:inset; border-width:3px; border-color:#eeeeee;	
		}
		
.makeinvisible {border-color: #e7e7e7; background-color: #dddddd}
		