
/* - base.css - */
@media screen {
/*
** Plone style sheet - Base Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	text-decoration: none;  
	background-color: #ffffff;
}

a,
a:link,
a:active {
	color: #063e83;
	text-decoration: none;
}

a:visited {
	color: #996600;
	text-decoration: none;
}

a.action:visited {
 color: #063e83;
 text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, Times Roman, serif;
	color: #669900;
	font-weight: normal;
	font-size: 1.75em;
	line-height: 1.33em;
	padding: 0;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, Times Roman, serif;
	color: #669900;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.33em;
	padding: 0;
	margin: 15px 0 10px 0;
	clear: both;
}

h3 {
	font-family: Georgia, Times Roman, serif;
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.33em;
	padding: 0;
	margin: 6px 0 10px 0;
}

h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.33em;
	font-size: 0.8em;
	padding: 0;
	margin: 3px 0 10px 0;
}

img {
	border: none;
	vertical-align: bottom;
}

ul, ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	padding: 0;
	margin: 0 0 4px 0;
}

li {
	font-family: inherit;
	font-size: 0.75em;
	margin: 3px 0 6px 2em;
	line-height: 1.5em;
}

li p {
	font-size: 100%;
	padding: 0;
	margin-bottom: 3px;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.75em;
	padding: 0;
	margin: 3px 0 10px 0;
}

table, tr, td {
	border: none;
	border-collapse: collapse;
	line-height: 1;
}

td {
	vertical-align: top;
	/* padding added for legacy content tables. Tables with declared class values should have custom padding set. */
	padding: 0px 4px 0px 4px;
}

#Table_01 td, .legacy_table td {
	padding: 0px;
}
#Table_01 img, .legacy_table img {
	vertical-align: middle;
}


thead td {
	vertical-align: bottom;
}





hr {
    border: 0;
    height: 1px;
    color: #8cacbb;
    background-color: #8cacbb;
    margin: 0.5em 0 1em 0;
}

dt {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #063e83;
	line-height: 1.33em;
	font-size: 0.8em;
	padding: 0;
	margin: 10px 0 3px 0;
}

dd {
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.33em;
	font-size: 0.75em;
	padding: 0;
	margin: 10px 0 3px 0;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}

abbr .explain {
    border-bottom: none;
}

q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}

blockquote {
    padding-left: 1em;
}

code, tt {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
    padding: 0 0.1em;
}

pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

/*  */

}

