/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #CBB08D url(images/bg01.jpg) repeat left top;
}

html {
	scrollbar-base-color: #032443;
      scrollbar-face-color: #C09B6F;
      scrollbar-shadow-color: #835B37;
      scrollbar-highlight-color: #F0E8D1;
      scrollbar-3dlight-color: #032443;
      scrollbar-track-color: #E6DFCD;
      scrollbar-arrow-color: #032443;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


.header { 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
} 

.simpletextbox { 
background-color: #F0E8D1; 
margin: 0px;
border:3px solid #C7A781;
	padding: 6px;
} 

.select1 {
	width: 180px;
	font-size: 11px;
	color: #7A7979;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #371D0F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.p-news {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-right: 4px;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-align: left;
}

.text1 {
	font-size: 17px;
	font-weight: normal;
	color: #581F00;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #3E5E00;
}

.text3 {
	font-size: 8px;
	font-weight: normal;
	color: #90876E;
}

.text4 {
	text-align: center;
	color: #A47F5E;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #865939; 
	text-decoration: bold;
}

a:hover {
     color: #F5A307;
	text-decoration: none;
}

.link1 {
	color: #91591B;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #865939;
}

.style-menu {
	text-align: center;
	font-size: 8pt;
	color: #865939;
}
.style2 {
	text-align: center;
	font-size: 36pt;
	color: #ffffff;
}


.style1 a {
	color: #865939;
}

.style1 a:hover {
}

table.coll 
{
border-collapse: collapse
}


/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) no-repeat left top; }
.bg2 { background: url(images/bg03.jpg) repeat-y left top; }
.bg3 { background: url(images/bg04.jpg) no-repeat left bottom; }

.bg4 { background: url(images/bg05.jpg) no-repeat left top; }
.bg5 { background: url(images/bg06.jpg) repeat-y left top; }
.bg6 { background: url(images/bg07.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img-photo { border: 8px #ffffff solid; }

.img-photo-small { border: 5px #ffffff solid; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 0px 0px 10px 0px;
	background: url(images/homepage14.gif) repeat-x left top;
}

#textbox{
 margin:0 0px 0 0px;
 padding:10px;
 background:#F0E8D1;
 color: #000000;
 border:1px solid #C3A37C;
  }



