@charset "utf-8";
body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(../graphics/bkgnd.jpg);
	background-repeat: repeat;
	margin-top: 10px;
}
.txtFooter {
	font-size: 12px;
	font-weight: bold;
	color: #825700;
	text-align: center;
	padding-top: 5px;
}

.top {
	background-image: url(../graphics/frame/top.gif);
	background-repeat: repeat-x;
	height: 19px;
}
.lt {
	background-image: url(../graphics/frame/lt.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.rt {
	background-image: url(../graphics/frame/rt.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.left {
	background-image: url(../graphics/frame/left.gif);
	background-repeat: repeat-y;
	width: 19px;
}
.right {
	background-image: url(../graphics/frame/right.gif);
	background-repeat: repeat-y;
	width: 19px;
}
.lb {
	background-image: url(../graphics/frame/lb.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.bottom {
	background-image: url(../graphics/frame/bottom.gif);
	background-repeat: repeat-x;
	height: 19px;
}
.rb {
	background-image: url(../graphics/frame/rb.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.tableContent {
	background-color: #EFE1D4;
}
.txtContent {
	padding: 10px;
	text-align: left;
}
.highlightLG {
	font-size: 18px;
	color: #825700;
}
.highlight {
	color: #825700;
}
a.reg:link {
	color: #660000;
	text-decoration: none;
	font-style: italic;
}
a.reg:visited {
	text-decoration: none;
	color: #660000;
	font-style: italic;
}
a.reg:hover {
	text-decoration: underline;
	color: #0000FF;
	font-style: italic;
}
a.reg:active {
	text-decoration: none;
	color: #660000;
	font-style: italic;
}
.required {
	color: #FF00FF;
	font-weight: bold;
}
