@charset "UTF-8";
body {
	background-image: url(http://jeremybear.com/images/home/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.WhitePaperTable {
	background-color: #FFFFFF;
	background-image: url(http://jeremybear.com/images/home/bg_inner.jpg);
	background-repeat: repeat-x;
	border: thick groove #832200;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.PortfolioTitleText {
	font-size: 20px;
	font-weight: normal;
	color: #832200;
}
.CellPadding20px {
	padding: 20px;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.CellPadding15px {
	padding: 15px;
}
.CellPadding10px {
	padding: 10px;
}
a:link {
	color: #A92201;
	text-decoration: none;
}
a:hover {
	color: #DB2D02;
	text-decoration: underline;
}
a:visited {
	color: #832200;
}
a:active {
	color: #333333;
}
