/* ========================= body/background =============================== */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f6f0b8;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

.bg_left {
	background-image: url(../images/bg_left.jpg);

}

.bg_right {
	background-image: url(../images/bg_right.jpg);
}

.bg_left_long {
	background-image: url(../images/bg_left_long.jpg);
}

.bg_right_long {
	background-image: url(../images/bg_right_long.jpg);
}

/* ========================= text  =============================== */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b4800;
	font-weight: bold;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #489142;
	font-weight: bold;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9d8636;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403c3b;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403c3b;
	text-decoration: none;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403c3b;
	text-align: justify;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #489142;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403c3b;
	padding: 0 5px; 
}

.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403c3b;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #016362;
	text-decoration: none;
}
.basicFontWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-left: 5px; 
	padding-right: 0px;	
	padding-bottom: 2px; 
	padding-top: 2px; 
}
/* ========================= navigation =============================== */
.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #489142;
	text-decoration: underline;
}
.navi:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #489142;
	text-decoration: underline;
}
.navi:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #489142;
	text-decoration: underline;
}
.navi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #489142;
	text-decoration: none;
}
.navi:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #489142;
	text-decoration: underline;
}
.button {
	border-top-style:solid; 
	border-top-width:1px; 
	border-left-style:solid; 
	border-left-width:2px; 
	border-right-style:solid; 
	border-right-width:1px;
	border-bottom-style:solid; 
	border-bottom-width:2px;
	border-color:#135128;	
	font-size:13px;
	color:#ffffff;
	background:#135128;
}
/* ========================= borders  =============================== */

#border-leftTop {
	width:10;
	height:10;
	background-repeat: no-repeat;
	background-image: url(../images/border/top_left.gif);
	background-position: left bottom;
}
#border-rightTop {
	width:10;
	height:10;
	background-image: url(../images/border/top_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#border-top {
	width:auto;
	height:10;
	background-image: url(../images/border/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#border-bottom {
	width:10;
	height:auto;
	background-image: url(../images/border/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#border-left {
	width:10;
	height:auto;
	background-image: url(../images/border/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#border-right {
	width:10;
	height:auto;
	background-image: url(../images/border/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#border-bottomRight {
	width:10;
	height:auto;
	background-image: url(../images/border/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#border-bottomLeft {
	width:10;
	height:auto;
	background-image: url(../images/border/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
