/** BASIC */

body {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF url(line1.gif) repeat-x left top;
}

/** FORMS */

form {
  margin: 0px;
  padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #495260;
}

li, ol, ul {
  margin:0px;
  padding:0px;
}

ol {
  margin-left:20px;
  margin-bottom:1em;
}

ul {
  margin-left:15px;
  margin-bottom:1em;
}

p, blockquote, dl {
  margin-top: 0px;
  margin-bottom: 1em;
  text-align: justify;
}

.text1 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #2B3E54;
}

.text2 {
  font-size: 11px;
  font-weight: bold;
  color: #639943;
}

.text3 {
  text-align: center;
}

/** LISTS */

.list1 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.list1 li {
  display: inline;
}

.list1 a {
  display: block;
  width: auto;
  height: 18px;
  padding-top: 5px;
  background: url(images/homepage09.gif) repeat-x left top;
}

.list1 .first a {
  background: none;
}

/** LINKS */

a {
  color: #7EB200;
}

a:hover {
  text-decoration: none;
}

.link1 {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #2B3E54;
}

.link1:hover {
  text-decoration: underline;
}

.link2 {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(line3.gif) repeat-x left bottom; }
.bg2 { background: url(line1.gif) repeat-x left top; }


/** LOGO */

#logo {
  position:absolute;top:140px;left:50%;right:50%;margin-left:-270px;
  color:#ffffff;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
  float: left;
  margin: 3px 15px 0px 0px;
}

.img2 {
  float: right;
  margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
  height: 1px;
}


