@charset "iso-8859-1";

/***********************************************************************
*   Attention:                                                         *
*   - Inline-Quotes need the Quotationmarks outside the Tag to cater   *
*     for the trouble with IE6                                         *
*   - Basic Linkstyling at the end. Further styles for the containers  *
*     is provided by the styles.css                                    *
***********************************************************************/

acronym {
	border-bottom: 1px dashed #575757;
	cursor:help;
}
abbr {
	border-bottom: 1px dashed #575757;
	cursor:help;
}
address {
	background: #e8eeeb;
	padding: 1em 0.5em 1em 1.5em;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #004f1f;
	border-left: 10px solid #00925b;
	width: 15em;
	font-style: normal;
	
}
blockquote {
	font-weight:bold;
	font-size: 1.5em;
	color: #00925b;
	font-style: italic;
	width: 19em;
	background: #e1ece8 url(../images/quot.jpg) no-repeat;
	padding: 1em 1em 1em 2em;
}
code {
	font-family: monospace;
	font-size: 1.167em;
	background: #e8eeeb;
	padding: 5px;
}
cite {

color: #00925b;
}
dl {
}
	dt {	
		font-weight:bold;
	}
	dd {
		padding: 0 0 8px 25px;
	}
del {
	text-decoration:line-through;
	color: #e7002a;
}
dfn {
	font-weight:bold;
	font-style:normal;
}
em {
	font-style: italic;
}
ins {
	text-decoration: underline;
	color: #497600;
}
kbd {
	font-family: monospace;
	font-size: 1.167em;
}
pre {
	font-family: monospace;
	font-size: 1.167em;
}
q {}
samp {
	font-family: monospace;
	font-size: 1.167em;
}
strong {
	font-weight: bold;
}
var {
	color: #3333ff;
	font-style:normal;
}

b {
	font-weight:bold;
}
big {
	font-size: 1.25em
}
i {
	font-style: italic;
}
small {
	font-size: 0.917em;
}
sub {
	font-size: 0.667em;
	vertical-align:sub;
}
sup {
	font-size: 0.667em;
	vertical-align:super;
}
tt {
	font-size: 1.25em;
	font-family: monospace;
}

a {
	text-decoration: none;
	color: #284537;
}

