.btn {
	font-size: 10px;
        font-weight: bold;
}  
a:link, a:visited {
    color: #03c;
  }

  a:hover {
    color: #fff;
    background-color: #03c;
  }

  #Header {
    background-color: #036;
  }

  #Header h1 {
    color: #fc0;
  }

  #P2P_selector {
    border: 1px solid #fff;
    color: #fc0;
  }

  #Header h3, #Header h3 a:link, #Header h3 a:visited {
    color: #fff;
  }

  #Header h3 a:hover {
    color: #fff;
    background-color: #1D64AD;
  }

  #Header h3 a.current:link, #Header h3 a.current:visited {
    color: #fc0;
  }

  #Header h3 a.current:hover {
    color: #fc0;
    background-color: #036;
  }

  #Header h1 a:link, #Header h1 a:visited {
    color: #fc0;
    text-decoration: none;
  }

  #Header h1 a:hover {
    color: #fc0;
    background-color: #036;
    text-decoration: underline;
  }

  #Header h1 span {
    color: #fff;
  }

  #Tabs a:link, #Tabs a:visited {
	height:13px;
    background-color: #1A4F85;
    color: #fff;
    border: 1px solid #036;
    border-bottom: 1px solid #1A4F85;
  }

  #Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current,
  div#CategoryList a.current:link, div#CategoryList a.current:visited {
    color: #090;
  }

  #Tabs a:hover {
    color: #fff;
    background-color: #1D64AD;
    border-bottom: 1px solid #1D64AD;
  }

  #Tabs li#AdminTab a:link, #Tabs li#AdminTab a:visited {
    color: #fff;
    background-color: #036;
    border-bottom: 1px solid #036;
    text-decoration: underline;
  }

  #Tabs li#AdminTab a:hover {
    color: #fc0;
  }

  #Tabs li#AdminTab a.current {
    color: #fc0;
    text-decoration: none;
  }
.mini_form {
        border-top: 2px solid #000;
	margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
        padding-top: 8px;
	font-size: 10px;
}

