body,table,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.page {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 898px;
}
.page .title {
}
.page .menu {
	position:relative;
	height: 21px;
	margin-top: 5px;
}
.page .menu .item {
	width: auto;
	float: left;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/menubg.gif);
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
.page .menu .active {
	width: auto;
	float: left;
	padding: 3px;
	
	font-size: 12px;
	text-align: center;
	background-image: url(../images/menubg_active.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.page .menu .hover {
	width: auto;
	float: left;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
}
.page .menu .item a {
	color: #000000;
	text-decoration: none;
}
.page .menu .item a:hover {
	color: #3d8a4c;
	text-decoration: none;
}
.page .menu .active a {
	color: #FFFFFF;
	text-decoration: none;
}
.page .menu .hover a {
	color: #FFFFFF;
	text-decoration: none;
}
.page .gallericontent {
	float: none;
	clear: both;
	margin: 0px;
	padding: 20px;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.page .content {
	height: auto;
	float: none;
	clear: both;
	margin: 0px;
	padding: 20px;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.page .content table {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.page .bottom {
	float: none;
	clear: both;
	margin: 0px;
	text-align: center;
	margin-top: 5px;
}
.page .menu table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.page .content a {
	text-decoration: none;
}
.page .content .lank {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.page .content img {
	border: 1px solid #000000;
}
.pagetext {
	font-size: 10px;
}

input {
	font-size: 9px;
}