@charset "utf-8";
/**
 * Copyright 2009 Google Inc.
 * All Rights Reserved.
 *
 * groups.css
 *
 */
 
*{
  padding: 0;
  margin: 0;
}
body{
  font-family: Arial,Helvetica,sans-serif;
  margin: 13px;
}
h2{
  padding-top: 12px;
}
.header2{
  font-weight: bold;
  font-size: 13px;
  color: #666666;
}
ul.navigation{
  font-size: 12px;
  margin: 4px;
  padding: 0 20px 0 0;
  list-style-type: none;
}
ul.navigation li{
  padding-bottom: 10px;
}
ul.navigation li.selected{
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
a: link{
  text-decoration: underline;
  color: #0000CC;
}
a: visited{
  text-decoration: underline;
}
a: hover{
  text-decoration: none;
  color: #0000CC;
}
a: active{
  text-decoration: underline;
  color: #0000CC;
}
table td.features {
  text-align: left;	
}
table td.features tr.tour a {
  color: #6189d4;
  text-decoration: none;
}
.spacing1{
  height: 9px;
}
.spacing2{
  height: 100px;
}
.footer{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #333333;
  text-align: center;
}