div#content p a {
	color: #182261;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}

div#content li a {
	color: #182261;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}


div#content p a:hover {
	color: #990000;
	text-decoration: underline;
	border-bottom: 0px;
}

div#content li a:hover {
	color: #990000;
	text-decoration: underline;
}


#content h1 {
	font-size: 18px;
	color: #990000;
	padding-bottom: 9px;
}

#content h2 {
	font-size: 13px;
	margin-bottom: 6px;
}

#content h3 {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content ul {
	margin-left: 1.5em;
	padding-left: 0;
}

#content p {
	margin-top: 0px;
}

#content p.teaser {
	font-style: italic;
}

#content span.image {
	display: block;
	float: left;
	width: 206px;
	margin: 0 10px 10px 0px;
	padding: 0px;
	border: 1px solid silver;
	font-size: 10px;
	text-align: center;
}
#content span.image img {
	margin: 0px;
	padding: 0px;
}

#content span.image a img {
	border: 3px solid #f8f8f8;
}

#content span.image a {
	border: 0px;
}


#content span.image span.image_caption {
	display: block;
	border-top: 1px solid silver;
	padding: 3px;
	text-align: left;
	background-color: white;
	line-height: 11px;
}

#content span.image .image_source {
	font-style: italic;
	float: right;
}

#content #date_publish {
	float: right;
	text-align: right;
	font-size: 11px;
	color: gray;
}

#content table {
	border: 1px solid silver;
	border-collapse: collapse;
	margin: 0px;
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 11px;
}

#content table td {
	border: 0px;
	vertical-align: top;
	padding: 3px;
	margin: 0px;
	background-color: #f8f8f8;
}

#content table.glossary td:first-child {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}


#content table tr.head td {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #182261;
	border-bottom: 1px solid silver;
}

#content table.glossary tr.head td {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #182261;
	border-bottom: 1px solid silver;
}


#content table.pricelist td {
	text-align: right;
}

#content table.pricelist tr.normal td {
	text-align: left;
}

#content code {
	color: #182261;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}