	BODY			{ background-color: #cac59f;
				  background-image: url(bg.gif);
				  font-family:      Verdana;
				  font-size:        8pt;
				  color:            #666666; }

	DIV			{ font-family: inherit;
				  font-size:   8pt; }

	P			{ font-size:     8pt;
				  margin-top:    10px;
				  margin-bottom: 10px; }

	H1			{ font-family: Arial;
				  font-size:   10pt;
				  font-weight: bold;
				  color: #cc0000; }

	H2			{ font-size:     8pt;
				  font-weight: bold; }

	A:link,
	A:visited,
	A:active		{ color:       #336699;
				  font-weight: bold; }

	A:hover                 { color:       #000000;
                                  font-weight: bold: }

	IMG			{ border: none; }

	TD { font-size: 8pt; }

	/* div classes */

	DIV.members		{ background-image: url(bg_members.gif); 
                                  background-color: #235d71;
				  margin-top:       2px; 
				  padding:          6px;
				  color:            #ffffff; }

	DIV.members H1		{ color:  #ffffff;
				  margin: 5px; }

	DIV.navbar		{ background-image: url(bg_navbar.gif);
                                  background-color: #4c4c4c;
				  font-weight:      bold;
			 	  color:            #ffffff;
			 	  padding:          10px;
			 	  text-align:       center; }

	DIV.sidebar		{ background-image: url(bg_sidebar.gif);
				  background-color: #dadada;
				  margin-top:       2px; 
				  padding:          6px; }

	DIV.sidebar H1		{ color:  #336699;
				  margin: 5px; }

	/* link classes */

	A.members:link,
	A.members:visited,
	A.members:hover,
	A.members:active 	{ color:       #ffffff;	  
				  font-weight: normal; }

	A.navbar:link,
	A.navbar:visited,
	A.navbar:hover,
	A.navbar:active 	{ color:           #ffffff;
				  text-decoration: none; }

	A.news:link,
	A.news:visited,
	A.news:hover,
	A.news:active		{ font-size:       7pt;
				  color:           #336699;
				  text-decoration: none;
				  font-weight:     normal; }

	/* font classes */

	.newsdate		{ font-size: 7pt;
				  color:     #cc0000; }

	/* misc classes */

	UL.arrows		{ list-style-image:     url(icon_arrow.gif);
				  list-style-position:  outside;
				  margin-top:           3px;
				  margin-bottom:        3px; }
					
  UL.arrows LI { margin-left: -15px; }

	IMG.left    { float:        left;
                      margin-right: 3px;}

	IMG.right   { float:        right;
                      margin-left:  3px; }
  
	TABLE.event { background: #666; }
	
	TABLE.event TD { background: #fff; }
	
	TR.greyrow TD { background: #dadada; }
	
	TR.bluerow TD { background: #336699; }
	
  TABLE.news { width: 224px; }
		
	TABLE.news TD { vertical-align: top; }
	
	/* ids */

	#okbutton		{ width:             35 px; 
				  height:            51px; 
				  margin-left:       5px; 
				  color:             #ffffff; 
				  background-color:  #407e91;
				  font-weight:       bold;
				  border:            none; }