<STYLE type="text/css">
<!--
.PageHeader {
}

H1, H2, H3 { color: #404040; }
P { color: #111111; }

:hover
{ color: #0000FF; }

.NoUnderline { text-decoration: none; }

a { color: #000066; }

.MenuItem {
  color: white;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

.MenuItem:hover {
  color: yellow;
  text-decoration: none;
  width: 100%;
  Background-Color: #0011FF;
}



.ContentPane {
  position  : absolute;
  Background-Color: red;//white;
  visibility: visible;
  border-width:	2;
  border-color:	#000000;
  source: "index.html";  
  content-source: "index.html";
  content: "index.html";
}


.LoginPanel {
  position  : absolute;
  Background-Color: #DDDDDD;
  width: 200;
  visibility: hidden;
  border-width:	2;
  border-color:	#000000;
}

.PollQuestion {  font-weight: bold;}
.PollOption { }
.LayerTitle { font-weight: bold;
              alignment: center;
              width: 100%; height: 100%; Background-Color: #0000FF;
              color: white; }

.MeetingList_Odd, .Agenda_Odd, .ContactList_Odd, .Table_Odd
{ Background-Color: #E0F0FF; }
//{ Background-Color: #BBEEFF; }
.MeetingList_Even, 
.Agenda_Even, 
.ContactList_Even,
.Table_Even
{ Background-Color: #F0F9FF; }
//{ Background-Color: #BBDDEE; }

.MeetingList_Title, .Agenda_Title, .ContactList_Title
{ Background-Color: #AACCFF;
  alignment: left; }


.Title
{  font-weight: bold;}

.MainTitle
{  font-weight: bold;
   font-size: 30;
   color: #555555; }
   
.Grey
{   color: #777777; }
   
.FormLabel { font-weight: bold; }
.MeetingDetails {}
-->
</STYLE>
