@charset "utf-8";
/* CSS Document */

input {
	border:1px solid #c3cdba;
	background-color:#e8f0e0;
	font-family: Verdana;
	font-size: 10pt;
	color:#333333;
}

textarea {
	border:1px solid #c3cdba;
	background-color:#e8f0e0;
	font-family: Verdana;
	font-size: 10pt;
	color:#333333;
	width:311px;
}

input.button {
	background-color:#e8f0e0;
	border:1px solid #8da478;
	font-family: Verdana;
	font-size: 10pt;
	color: #005000;
	cursor:pointer;
}

input.button:hover {
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff;
	background-color:#f5f4f3;
	border:1px solid #8da478;
}

body {
	margin: 10px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.menu {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #E8DDD9;
	text-decoration:none;
}
.menu:hover {
	color: #ffffff;
	text-decoration:none;
}
.menuseparator {
	font-weight:bold;
	font-family: Verdana;
	font-size: 7pt;
	color: #9a6342;
}
.footer {
	/*font-weight:bold;*/
	font-family: Verdana;
	font-size: 7pt;
	color: #ffffff;
}
.bgcontent {
	background-image: url(../images/ornament.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.textcontent {
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	line-height: 12pt;
	color: #995229;
}
.textcontent2 {
	font-family: Verdana;
	font-size: 8pt;
	line-height: 12pt;
	color: #FFFFFF;
}
.links {
	font-family: Verdana;
	font-size: 8pt;
	color: #835438;
	text-decoration: none;
}
.links:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: #835438;
	text-decoration: underline;
}
.linkorange {
	font-family: Verdana;
	font-size: 8pt;
	color: #ca7700;
	font-weight:bold;
	text-decoration: none;
}
.linkorange:hover {
	color: #835438;
	text-decoration: underline;
}
