

/******************************************************************/
/* link tags */
/******************************************************************/

a:link {
  color: #405113;
  text-decoration: none;
}
a:visited {
  
  color: #405113;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #D3CDAB;
}


/******************************************************************/
/* themed tages to change */
/******************************************************************/


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    scrollbar-arrow-color: #CAD3B4;
    scrollbar-3dlight-color: #333333;
    scrollbar-highlight-color: #9D9DA1;
    scrollbar-face-color: #5E771C;
    scrollbar-shadow-color: #9D9DA1;
    scrollbar-darkshadow-color: #333333;
    scrollbar-track-color: #E2E7D6;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7EAED;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #D3CDAB;
}
table, td, p {
  font-family: Tahoma;
  font-size: 9pt;
  color: #32400F;
}
h1 {
  color: #000000;
  font-weight: normal;
}
h2 {
  color: #32400F;
  font-weight: normal;
}
h2.page_title {
  text-align: center;
  color: #D3CDAB;
}
h3 {
  color: #32400F;
  font-weight: normal;
}
h4 {
  color: #32400F;
  font-weight: normal;
}
h5 {
  color: #32400F;
  font-weight: normal;
}
h6 {
  color: #32400F;
  font-weight: normal;
}

/******************************************************************/
/* template graphic custom tags */
/******************************************************************/

.bg {
  background-image: url("../graphics/bg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
}
.top {
	background-image: url("../graphics/top.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom {
	background-image: url("../graphics/bottom.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.center{
	background-image: url("../graphics/center.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}
.1{
	background-image: url("../graphics/1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.2{
	background-image: url("../graphics/2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.3{
	background-image: url("../graphics/3.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.4{
	background-image: url("../graphics/4.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.5{
	background-image: url("../graphics/5.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.6{
	background-image: url("../graphics/6.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.7{
	background-image: url("../graphics/7.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.8{
	background-image: url("../graphics/8.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.9{
	background-image: url("../graphics/9.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}