
/** BASIC */
body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #413D25;
}

/** FORMS */
form {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/** TEXTS */
body, th, td, input, textarea, select {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-size: 11px;
  	color: #A5A394;
}

p, blockquote, ul, ol, dl {
  	margin-top: 0px;
  	margin-bottom: 1em;
}

.text1 {
  	font-size: 13px;
  	color: #CECAAE;
}

.text2 {
  	font-size: 11px;
  	font-weight: bold;
  	color: #CECAAE;
}

/** LISTS */
.list1 {
  	margin-left: 0px;
  	padding-left: 0px;
  list-style-type: none;
}

/** LINKS */
a {
  	color: #CECAAE;
}

a:hover {
  	text-decoration: underline;
}

/** BACKGROUNDS */
.bg1 {
  background-repeat: repeat;
  background-image: url(images/bg01.jpg);
  background-position: left top;
}

.bg2 {
  background-repeat: repeat-x;
  background-image: url(images/bg02.jpg);
  background-position: left top;
}

.bg3 {
  background-repeat: no-repeat;
  background-image: url(images/bg05.jpg);
  background-position: left top;
}

.bg4 {
  background-repeat: no-repeat;
  background-image: url(images/bg07.jpg);
  background-position: left top;
}

.bg5 {
  background-repeat: no-repeat;
  background-image: url(images/subpage01.jpg);
  background-position: right top;
}

.align-right {
  text-align: right;
}

img {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.img1 {
  	float: left;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.img2 {
  	float: right;
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}

hr {
  display: none;
}

.hr1 {
  	height: 1px;
}

#scroller {
  	height: 311px;
  	overflow: auto;
}
