form {
	margin: 0px 0px 0px 0px;
	}

input, textarea {
	background-color: #DDDDDD;
	border: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	}

.buttonstyle {
	font-weight: bold;
	font-size: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #C9C4B8;
	cursor: pointer;
	};

.pagerbar {
	font-size: 10px;
	font-weight: bold;
	}

h1 {
	background-image:url(images/h1_bg.jpg);
	line-height: 18px;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 4px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 8px;
	}

h1 a:link {
	color: #FFFFFF;
	}

.menu {
	font-size: 14px;
	color: white;
	}

.menu a {
	color: white;
	}
.menu a:hover {
	text-decoration: underline;
	}

.foot {
	color: white;
	}

.foot a {
	color: white;
	}

.pic {
	}

.pic img {
	background-color: #f6f6f5;
	border: 1px solid #000000;
	position: relative;
	}

.pic:hover img {
	filter: alpha(Opacity=80);
	-moz-opacity: 0.7;
	}
