html {
height: 100%;
} 
.bodyContainer {
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	background-color: #51443b;
	background-image: url(../Images/swatch_darkBrown.gif);
	margin: 0;
	padding: 0px;
}
.tdShell {
	background-color: #999999;
	background-image: url(../Images/swatch_grey.gif);
}
.tdBodyTop {
	background-color: #51443B;
	background-image: url(../Images/bg_borderTop.gif);
}
.tdBodyBottom {
	background-color: #51443B;
	background-image: url(../Images/bg_borderBottom.gif);
}
.tdNavSpacer {
	background-color: #D7C8C1;
	background-image: url(../Images/bg_cardstock.jpg);
}
.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #51443b;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
.bodyIFrame {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	background-color: #FFFFFF;
	padding: 0px;
}
a:link {
	color: #484996;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #69413e;
}
a:active {
	color: #69413e;
}
.inputsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	height: 18px;
	line-height: normal;
}
.inputsmall2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150;
	height: auto;
	line-height: normal;
}