
/* fonts */

#header h1 {
  font-size: 160%;
  margin-left: 13px;
  margin-top: 45px;
  color: #eee;
}

.pagetitle {
  font-weight: bold;
  font: 220% Georgia,Serif;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

h1 {
  font-size: 140%;
  margin-bottom: 10px;
}

h2 {
  font-size: 130%;
  margin-bottom: 10px;
}

a {
  color: #775b1d;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: black;
  text-decoration: underline;
}

/* input */

textarea, input, select {
  padding: 5px;
  font-size: 130%;
  background: #fff url(images/text-bg.gif) repeat-x 0 0;
  border: 1px solid #B5B8C8;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  color: brown;
}

.message
{
  padding: 10px;
  background: #f4f8ff;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #aaa;
}

.center {
  text-align: center;
}

.shrink {
  width: 1%;
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.big {
  font-size: 120%;
}

.bigger {
  font-size: 140%;
}


.biggest {
  font-size: 160%;
}

.strong {
  font-weight: bold;
}

p {
  margin-bottom:10px;
}

img {
  border: none;
}

label
{
  margin-left: 5px;
}

ul {
  list-style-image: url("images/ul_bullet.gif"); 
}

ul, ol {
  margin-bottom: 10px;
}

li {
  margin-left: 20px;
}

.mytitle {
  font-weight: bold;
  font: 200% Georgia,Serif;
  margin-bottom: 10px;
}

