body {
		font-family:Helvetica, Arial, sans-serif;
		font-size: small;
		color: #999999;
		margin-top: 6px;
		margin-right: 6px;
		margin-bottom: 6px;
		margin-left: 40px;
}

/* content */

.Content-Small {
	font-size: .8em;
}

.Content {
	font-size: .9em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
.Content-Mustard {
		font-size: 0.9em;
		font-weight: normal;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 1.2em;
		color: #A36C00;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		text-align: right;
}

.Content-Bold {
	font-size: 1em;
	font-weight: bold;
}

.Content-Italics {
	font-style: italic;
}
.Content-Header-Border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #666666;
	text-align: left;
	line-height: 1.3em;
}

.Content-Indent {
		display: block;
		text-align: left;
		padding: 0px 0px 0px 15px;
		font-family: "Times New Roman", Times, serif;
}


.Content-Large {
	font-size: 1.25em;
	font-weight: bold;
}

.table-content {
		text-align: left;
		font-size: .9em;
		padding-bottom: 15px;
}

.table-content-IT
{
		text-align: left;
		font-size: 0.85em;
		color: #666666;
}


.table-photo {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		font-size: 0.8em;
		color: #000000;
		text-align: right;
		padding: 8px;
}

a:link {
		font-weight: normal;
		color: #999999;
		text-decoration: none;
}
a:visited {
		font-weight: normal;
		text-decoration: none;
		color: #999999;
}
a:hover {
		font-weight: normal;
		text-decoration: none;
		color: #cccccc;
}
a:active {
		font-weight: normal;
		text-decoration: none;
		color: #999999;
}
