body {
	background-color: #bcaba3;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

p, ol, dl, ul, table, blockquote	{
	font-size: 1.0em;
}

a:link	{
	color: #b83214;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #b83214;
	text-decoration: none;
	font-weight: bold;
}

a:hover	{
	color: #bcaba3;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #f00;
	text-decoration: underline;
	font-weight: bold;
}

a:link img {
   border: none;
}

a:visited img	{
	border: none;
}

a:hover img {
	background-color: #eadfdb;
	border: none;
}

a:active img	{
	background-color: #eadfdb;
	border: none;
}

h1  {
    font-size: 1.7em;
}

h2  {
    font-size: 1.4em;
}

h3  {
    font-size: 1.1em;
    font-style: italic;
}

#main	{
	width: 740px;
	margin: 20px auto 20px auto;
	border: 2px solid #000;
	background-color: #fff;
}

#img-right	{
	margin: 10px;
}

#callout	{
	margin: 10px;
	padding: 10px;
	border: thick double #b83214;
	text-align: left;
	width: 295px;
}

#content	{
	margin: 10px;
}

#content-main	{
	margin: 10px;
}

#content-main img	{
	margin-bottom: 10px;
}

.credits	{
	text-align: center;
	font-size: 0.8em;
	border-top: 2px solid #000;
}

.credits a:link	{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.credits a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.credits a:hover	{
	color: #b83214;
	text-decoration: underline;
	font-weight: normal;
}

.credits a:active {
	color: #f00;
	text-decoration: underline;
	font-weight: normal;
}

.img-microshred	{
	padding: 30px 0 30px 0;
}

.note	{
	color: #999;
	font-size: 0.8em;
}

.caption	{
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}

.tblsp	{
	padding-bottom: 5px;
}