body {
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:12px;
	margin: 0; padding: 0;
}
div.strong
{
    font-weight:bold;
}
p.strong
{
    font-weight:bold;
}
a, a:visited {
	color: #225334;
}
h1 a, a:visited{
	color: #346B44 !important;
}
a:hover {
	color: #4F514F;
}
a:active {
	color: #fff;
}

h1 a 
{
    text-decoration:none;
}

p { 
	margin:0.7em 0;
}
p.extra { 
	margin:0.7em 0;
	padding: 10px 0 10px 0;
}
p.ingress { 
	margin:0.7em 0;
	font-size:1.2em;
	padding: 1em 0 1em 0;
}

h1 {
	font-size:2em; 
	line-height:1.1em;
	font-weight: normal;
	color:#346B44;
	font-family:"Trebuchet MS" "Clarendon-light";
	margin-bottom:0.5em;
}
h2 {
	font-size:1.3em;
	line-height:0.9em;
	font-weight: normal;
	color:#346B44;
	font-family:"Trebuchet MS" "Clarendon-light";
}
h3 {
	font-size:1.1em;
	line-height:0.9em;
	font-weight: bold;
	color:#346B44;
	font-family:"Trebuchet MS" "Clarendon-light";
	margin-bottom:0.2em;
}
h5{
	font-size:0.95em;
	font-family:"Trebuchet MS" "Clarendon-light";
	margin-bottom:0.5em;
	padding-left:10px;
}
h6 {
	font-size:0.8em;
	font-family:"Trebuchet MS" "Clarendon-light";	
	font-weight:normal;
	margin-bottom:0.4em;
}


/* =========== */
/* = SPECIAL = */
/* =========== */

ul#tabs {
	font-size:0.9em;
	color:#999;
}

#headerBox {
	color:#4D7C5A;
	font-size:0.9em;	
}

#footer {
	margin:2em 0;
	font-size:0.9em;
	/*white-space:pre;*/
}


/* =========== */
/* = ARTICLE = */
/* =========== */

.justified
{
    /*text-align: justify;*/
}
.article p {
	/*text-align: justify;*/
}
.article img {
	float:right;
	margin:0 0 10px 25px;
}
.articlestandard img {}

.article img.overflowing {
	margin-right:-30px;
	margin-top:-40px;
}
.searchlabel
{
    font-size:1.2em;
}

/* =========== */
/* = Paging = */
/* =========== */
a.pagerselected
{
    font-weight:bold;
}