@charset "utf-8";
/* css document */
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: top;
	background-color: #f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #707276;
}
a:link {
	color: #538167;
	text-decoration: none;
}
a:visited {
	color: #538167;
	text-decoration: none;
}
a:hover {
	color: #538167;
	text-decoration: underline;
}
a:active {
	color: #538167;
	text-decoration: none;
}
.title {
	color: #538167;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.subtitle {
	color: #538167;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.textfield {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-style: italic;
	height: 16px;
	padding-left: 4px;
	padding-right: 0px;
	border: 1px solid;
	border-color: #a3a3a3;
	background-color: #FFFFFF;
}
.textareafield {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-style: italic;
	padding-left: 4px;
	padding-right: 0px;
	border: 1px solid;
	border-color: #a3a3a3;
	background-color: #FFFFFF;
}
.images {
	border: solid 2px #E2E2E2;
}
.button {
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid;
	border-color: #0d0d0d;
	background-color: #3f3f3f;
}
.tabledatarightbottom {
	font-size: 11px;
	border-right: solid 1px #b2b3b5;
	border-bottom: solid 1px #b2b3b5;
	padding-left: 4px;
	height: 21px;
	vertical-align: middle;
}
.tabledatabottom {
	font-size: 11px;
	border-bottom: solid 1px #b2b3b5;
	height: 21px;
	padding-left: 4px;
	vertical-align: middle;
	text-decoration: none;
}
.tabledataright {
	font-size: 11px;
	border-right: solid 1px #b2b3b5;
	height: 21px;
	padding-left: 4px;
	vertical-align: middle;
}
.tabledata {
	font-size: 11px;
	height: 21px;
	padding-left: 4px;
	vertical-align: middle;
}
.moreinfo {
	color: #538167;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.moreinfo a:link {
	color: #538167;
	text-decoration: none;
}
.moreinfo a:visited {
	color: #538167;
	text-decoration: none;
}
.moreinfo a:hover {
	color: #538167;
	text-decoration: underline;
}
.moreinfo a:active {
	color: #538167;
	text-decoration: none;
}
.footer {
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}


input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(../images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
