.tablebg {
	background-color: #695C51;
	border: 3px double #A58E6C;
	background-image: url(images/bg-table.jpg);


}
.cellbg {
	border: thin solid #353126;
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #333333;
	background-color: #C0B99C;





}
.bgMain {
	background-image: url(images/bg-main.gif);
}
.indexBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #695C51;
	font-style: italic;
	background-color: #A99F78;
	padding: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #695C51;






}
.smallFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C6BAA8;
}
.pageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #695C51;
	font-style: italic;
	background-color: #C0B99C;
	padding: 5px 20px 5px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #695C51;
	text-align: right;

}
.cellbgInterior {

	border: thin solid #353126;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
}
a:link {
	color: #990000;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
