body
{
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
    color: #7a6f64;
    font-family: arial;
	font-size: 10pt;
    background-color: #f7f7f7;
    text-decoration: none;
	border: 0;
	margin: 0;
}
a
{
    color: #ca471c;
    text-decoration: none
}
a:hover
{
    color: #ca471c;
    text-decoration: underline;
}
img
{
	border: 0;
}
h1
{
	margin: 0pt;
	color: #665b50;
    font-weight: bold;
    font-size: 12pt
}
h2
{
	margin-top: 8pt;
	margin-bottom: 3pt;
	color: #665b50;
    font-weight: bold;
    font-size: 10pt
}
h3
{
	margin-top: 6pt;
	margin-bottom: 0;
	color: #665b50;
    font-weight: bold;
    font-size: 9pt
}
p
{
	margin-top: 0;
	margin-bottom: 6pt;
	clear: both;
}
hr
{
	color: #ca471c;
	height: 1px;
	margin: 6px;
}
ul
{
	margin-top:0;
	margin-bottom:0;
	list-style-image: url('heartbullet.jpg'); 
}
strong
{
	color: #332222;
}
.question
{
	margin-left:23px; 
	margin-bottom:0;
	cursor:hand;
}
.hideanswer
{
	margin-bottom:0;
	display:none;
}
.code
{
    color: #000000;
    font-family: courier;
	font-size: 8pt;
}
.showanswer
{
	margin-left:34px; 
	margin-bottom:6px;
	display:block;
}
.header
{
	padding:0;
}
.logo
{
	vertical-align: middle;
	padding-right:10px;
}
.content {
    background-color: #ffffff;
	width:550px;
	margin:0px auto;
	text-align:justify; /* Counteract to IE5/Win Hack */
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 130%;
	}
.footer
{
	color: #52473c;
	text-align:center;
    font-size: 8pt;
	clear:both;
}
.orange
{
	color: #ca471c;
}
.faded
{
	filter:alpha(opacity=50);
}

.block
{
	clear:both;
}
.floatright
{
	float:right;
	margin:0;
	margin-left: 10px;
}
.note
{
    font-size: 8pt;
}
.caption
{
	color: #52473c;
	text-align:center;
	margin-top:-6px;
    font-size: 7pt;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: -1000px;
border: 1px solid #7a6f64;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 40px;
left: -520px; /*position where enlarged image should offset horizontally */
}

