BODY { font-size:x-small;
}

a	{font-size:x-small
}

a.Layout1 {font-size:xx-small 
}

a.Layout2 {font-size:medium 
}

a.MenuItem {	 font-family:Tahoma,Verdana,Arial,Courier;
	         font-size:11px;
	         font-weight:bold;
                 text-decoration:none;
}

table.menu {border-style:solid;
	         border-color:cornflowerblue;
	         border-width:1px;
	         background-color:White;
	         font-family:Tahoma,Verdana,Arial;
	         position:absolute;
	         padding-left: 0;
	         padding-bottom:0;
	         padding-right:0;
	         padding-top:0;
}

table.MenuItem {  background-color:white;
                  border-width:1px;
                  border-color:white;
                  border-style:solid;} 

table.MenuItemSelected { background-color:lightsteelblue;
                         border-width:1px;
                         border-color:blue;
                         border-style:solid;
}


table.Listing { background-color:white;
                         border-style:none;
	                 border-color:cornflowerblue;
	                 border-width:1px;
                         font-family:Thoma,Verdana,Arial;
                         font-size:x-small;
               	         padding-left: 0;
                         padding-bottom:0;
	                 padding-right:0;
	                 padding-top:0;
}

td.MenuHeader { font-size:11px;
                font-weight: bold;
		background-color:cornflowerblue;
	        color: White;
      	        border-style:solid;
      	        border-width:3px; 

}	         

td.MenuItem { background-color:white;
	         cursor:hand; 
}

td.MenuItemSelected { background-color:lightsteelblue;
	         cursor: hand; 
}

td.ListHeader { font-size:16px;
                font-weight: bold;
		background-color:cornflowerblue;
	        color: Black;
}

td.ListItem { background-color:white;
	         cursor:hand; 
}


