a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D29B00;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D29B00;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D29B00;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D29B00;
	text-decoration: none;
}
body {
	background-color: #EBE4DD;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bodBg.gif);
	background-repeat: repeat-x;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #E8E8DB;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.footer {
	background-color: #464646;
	background-image: url(../img/ftrBg.gif);
	background-repeat: repeat-x;
}
.imgPadLeft {
	margin-left: 15px;
}
.imgPadRight {
	margin-right: 15px;
}
.tableContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding: 5px;
}
.tableContentBorderI {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ACACAC;
	border-right-color: #ACACAC;
}
.tableContentBorderII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ACACAC;
	border-left-color: #ACACAC;
}
