
BODY {
background-color: #13a716;
	margin: 25px 0px 0px 0px;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
}

body, td, p, li, input, textarea {
	font-size: 12px;
	font-family: 'Trebuchet MS', Times, serif;
}

a{
	color: #006F03;
text-decoration: none;
		font-family: Verdana;
}
a:hover{
color:#006F03;
text-decoration: none;
}
.shadow_top{
	background-image: url(images/shadow_top.gif);
		background-repeat: repeat-x;
	height: 20px;
}
.shadow_left{
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	width:20px;
}
.shadow_bottom{
	background-image: url(images/shadow_bottom.gif);
		background-repeat: repeat-x;
	height: 20px;
}
.shadow_right{
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	width:20px;
}
.header{
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
.main{
	background-color: White;
}
.menu{
	background-color: White;
}
.logo{
	width:200px;
}
.slideshow{
	padding: 5px 0px 0px 0px;
}
.tab{
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 41px;
	text-align: center;

}
.tab_active{
	background-image: url(images/tab_active.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 41px;
		text-align: center;

}
.tab_over{
	background-image: url(images/tab_over.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 41px;
		text-align: center;

}
.tab a{
		COLOR:#fff000;
	font-weight: bold;
	text-decoration: none;
font-size: 10px;
	
}
.tab_active a{
		COLOR:#fff000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.tab_over a{
		COLOR:#fff000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.box_bg{
	background-image: url(images/left_box_bg.gif);
	background-repeat: repeat-x;
}
.box_content{
	background-image: url(images/left_box_bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}
.main_bg{
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
}
.copyright{
	text-align: center;
	font-size: 10px;
	color: White;
	padding: 5px;
}
.copyright a{
	font-size: 10px;
	color: White;
	text-decoration: underline;

}
.main_content{
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	
	padding: 10px;
	color: #000000;
}
p.banner_text1{
	color:#000000;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	margin:0px;
	visibility: hidden;
}
p.banner_text2{
	color:#000000;
	font-weight: bold;
	text-align: center;	
	font-size: 12px;	
		padding: 0px 0px 0px 0px;
		margin:0px;
		visibility: hidden;
}
p.banner_image1{
		text-align: center;	
		padding: 5px 0px 5px 0px;
		margin:0px;
		visibility: hidden;
}
p.banner_image2{
			text-align: center;	
		padding: 0px 0px 0px 0px;
		margin:0px;
		visibility: hidden;
}

li {
list-style-image:url(bullet_list.gif);
}