html, body {
height: 100%;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: black;}

.textHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #23201c;
	font-weight: bold;

}
.textStandard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #23201c;
	font-weight: normal;

}
.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #23201c;
	font-weight: normal;
}
.tableMain {
	height:100%;
}
.tableContent {
	height:100%;
	min-height: 100%;
}
.tablePageHeader {
	background-image:url(../img/header_bg.gif);
	height:125px;
	background-repeat:repeat-x;
	background-color:#f7f1e7;
}
.tableHeader {
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
	background-color:#f7f1e7;
}
.tableButtons {
	width: 197px;
}
.tableButtons td {
	height: 30px;
	background-image:url(../img/button.gif);
	background-repeat:no-repeat;
}
.linkButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

