body{
	font-family 				: Verdana, Arial;
	font-size 					: 12px;
	color						: #FFFFFF;
	scrollbar-3dlight-color 	: #FFFFFF;
	scrollbar-arrow-color 		: #000000;
	scrollbar-base-color 		: #57ba47;
	scrollbar-darkshadow-color 	: #000000;
	scrollbar-face-color 		: #57ba47;
	scrollbar-highlight-color 	: #57ba47;
	scrollbar-shadow-color 		: #000000;
	scrollbar-track-color 		: #FFFFFF;
	background-color			: #FFFFFF;
}
div,table,td{
	font-family 				: Verdana, Arial;
	font-size 					: 12px;
	color						: #FFFFFF;
}
th{
	font-family 				: Verdana, Arial;
	font-size 					: 12px;
	font-weight 				: bold;
	color						: #FFFFFF;
}
.header{
	font-family 				: Verdana, Arial;
	font-size 					: 16px;
	font-weight					: bold;
	border						: solid 2px #57ba47;
	background-color			: #fefc40;
	padding						: 2px 2px 2px 2px;
	color						: #000000;
}
.content{
	padding						: 10px 10px 10px 10px;
	background-color			: #000000;
	color						: #FFFFFF;
	/*background-image			: url(../images/bg_content1.png);*/
}
.menu_vertical{
	background-image			: url(../images/bg_menu_vertical.png);
	background-position			: center;
	background-repeat			: no-repeat;
}
.menu_horizontal{
	background-image			: url(../images/bg_menu_horizontal.png);
	background-position			: left;
	background-repeat			: repeat-x;
}
.gallerysplit{
	border-bottom				: solid 2px #57ba47;
}
/* std links */
a, a:link, a:visited{
	font-family 				: Verdana, Arial;
	font-size 					: 12px;
	font-weight 				: bold;
	color 						: #57ba47;
	text-decoration 			: none;
}
a:hover{
	font-family 				: Verdana, Arial;
	font-size 					: 12px;
	font-weight 				: bold;
	color 						: #FFFFFF;
	text-decoration 			: underline;
}

/* index links */
a.index, a:link.index, a:visited.index{
	font-family 				: Verdana, Arial;
	font-size 					: 12px;
	font-weight 				: bold;
	color 						: #57ba47;
	text-decoration 			: none;
}
a:hover.index{
	font-family 				: Verdana, Arial;
	font-size 					: 12px;
	font-weight 				: bold;
	color 						: #57ba47;
	text-decoration 			: underline;
}

/* Content Borders */
.topborder{
	background-image			: url(../images/border_topcenter.png);
	background-repeat			: repeat-x;
}
.leftborder{
	background-image			: url(../images/border_left.png);
	background-repeat			: repeat-y;
}
.rightborder{
	background-image			: url(../images/border_right.png);
	background-repeat			: repeat-y;
}
.bottomborder{
	background-image			: url(../images/border_bottomcenter.png);
	background-repeat			: repeat-x;
}