/* CSS Document */
.content {
	font-family: "Trebutchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0.1em;
	margin-bottom: 0.8em;
/*	background:url(/images/body-bg.jpg); */
	color:#333333;
}
BODY.content { margin:0; padding: 1px; width:600px;}

.content a:link,
.content a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #663388;
	text-decoration: none;
}
.content a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #6633FF;
	text-decoration: underline;
}
.content p {
	font-family: inherit;
	font-size: 10pt;
	margin-top: 0.1em;
	margin-bottom: 0.8em;
	color:#333333;
}
.content h1,
.contentHeading {
	font-family: inherit;
	font-size: 13pt;
	color:#224499;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
.content h2,
.contentSubHeading {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #22aa55;
	margin-top: 0.8em;
	margin-bottom: 0.1em;
}
.content h3,
.contentPhotoCaption {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #22479f;
	margin-top: 0.1em;
	margin:0px;
}
.content h4,
.quote {
	font-family:"Courier New", Courier, mono;
	font-size: 9pt;
	font-style: normal;
	color:#333333;
	font-weight: normal;
	text-align:left;
	margin:8px 40px 8px 40px;
}
.content h5,
.quoteowner {
	font-family:"Courier New", Courier, mono;
	font-size: 9pt;
	font-style: italic;
	color:#333333;
	font-weight: normal;
	text-align:right;
	margin-top: 0.1em;
	margin:8px 40px 16px 40px;
}
.content h6,
.code {
	font-family: Courier, "Courier New";
	font-size: 9pt;
	font-style: normal;
	color:#333333;
	background-color:#cccccc;
	font-weight: normal;
	margin: 8px 40px 16px 30px;
	padding: 2px;
}
.content table {
	border: 0px solid #22479f;
	margin: 0px;
}
.content td {
	margin: 0px;
	padding: 3px;
	border: 0px solid #22479f;
}
.barQuote {
        font-family:inherit;
        font-size:14px;
        font-style:italic;
        font-weight:normal;
        line-height:1.5em;
        color:#e7c621;
        float:right;
        text-align:right;
        width:145px;
        margin:20px 30px 0px 0px;
}
.barQuoteOwner {
        font-family:inherit;
        font-size:11px;
        font-style:italic;
        color:#999999;
        float:right;
        width:145px;
        text-align:right;
        margin:22px 35px 0px 0px;
}
.content hr {
 border:0px solid #ffffff;
 border-top:4px solid #eecc22;
}
.photoContainer {
	position:relative;
	width:1px; /* Needed to constrain width to image size. (0% doesn't work with IE. (figures!)) */
	padding:2px;
	background: #dddddd;
}
.photoContainer td img {
}
.photoContainer td div {
	font-size:8pt;
	font-style:italic;
	text-align:center;
	padding:2px;
	color:green;
}
