  body
  {
    margin:		0px;
    padding:		0px;
  }

  a:link, a:visited, a:active
  {
    text-decoration:	underline;
    font-weight:	bold;
  }

  a:hover
  {
    text-decoration:	underline;
    color:		#AD4221;
  }

  td, p
  {
    font-family:	Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:		12px;
  }

  ul li
  {
    margin-left:	0px;
    margin-right:	10px;
  }

  h1
  {
    font-family:	Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight:	bold;
    font-size:		24px;
    color:		#EEEEEE;
  }

  .subheader
  {
    color:		#324562;
  }

  .small
  {
    font-size:		11px;
  }

  .tiny
  {
    font-size:		10px;
  }

  .grid
  {
    border-top:		solid 1px #DDDDDD;
    border-bottom:	solid 1px #DDDDDD;
    border-left:	solid 1px #DDDDDD;
    border-right:	solid 1px #DDDDDD;
  }

  .selectable-image img 
  {
    opacity:0.50;
    filter:alpha(opacity=50);
  }
  
  .selectable-image a:hover img 
  {
    opacity:1;
    filter:alpha(opacity=100);
  }