body {
	background-image:url(images/main_background.gif);
	background-repeat: repeat-x;
	background-color:#cecece;
}
.side_left_top {
	background-image: url(images/left_sidtop.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_side_bottom {
	background-image: url(images/right_sidebottom.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.body_bottom {
	background-image: url(images/body_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_left {
	background-image: url(images/body_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.body_right {
	background-image: url(images/body_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bold {
	font-family: tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.text_bottom {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}


.bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_normal {
	font-family: tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
.menu_text {
	font-family: tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ae6312;
}


.text_heding {
	font-family: tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #114b04;
}



.body_top {
	background-image: url(images/main_body_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu_top {
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu_bottom {
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_side_top {
	background-image: url(images/right_sidtop.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.menu_body {
	background-image: url(images/menu_body.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
.leftside_bottom {
	background-image: url(images/left_sidbottom.png);
	background-repeat: repeat-y;
	background-position: left top;
}
a:link {
	color: #ae6312;
	text-decoration: none;
}
a:visited {
	color: #AE6312;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2a5d01;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.flash_background {
	background-image: url(images/flash_background.png);
	background-repeat: repeat-y;
	background-position: left;
}
