/* font-family */
body, body * {
        font-family: Verdana, Arial, "DejaVu Sans",  Helvetica, sans-serif;
}
/* font-size, line-height */
body, body * {
        font-size: 9pt;
}
h1, h1 * {
        font-size: 12pt;
        line-height: 110%;
        margin: 0.6em 0 0.6em 0;
        /*margin-bottom: 0.6em;*/
		color: #005519;
}

h2, h2 * {
        font-size: 12pt;
        line-height: 110%;
        margin: 0.6em 0 0.6em 0;
        
        color: #005519;
}
h3, h3 * {
        font-size: 11.5pt;
        line-height: 110%;
        margin: 0.6em 0 0.6em 0;
		color: #005519;
}
h4, h4 * {
        font-size: 10.5pt;
        line-height: 110%;
        margin: 0.6em 0 0.6em 0;
        text-transform: uppercase;
		font-weight: bold;
		color: #005F38;
}
h5, h5 * {
        font-size: 11pt;
        line-height: 110%;
        margin: 0.6em 0 0.6em 0;
		font-weight: bold;
		color: #005F38;
}
h6, h6 * {
        font-size: 9pt;
        line-height: 110%;
        margin: 0.6em 0 0.6em 0;
		font-weight: bold;
		color: #005F38;
}

#content h1, #content h1 * {
		font-family: Georgia, "Times New Roman", "DejaVu Serif",  serif;
}

/* font-size: sidecontent */
/* font-size, line-height */
/*
.sidecontent, .sidecontent * {
        font-size: 8pt;
}
.sidecontent h1, .sidecontent h1 * {
        font-size: 14pt;
}

.sidecontent h2, .sidecontent h2 * {
        font-size: 13pt;
}
.sidecontent h3, .sidecontent h3 * {
        font-size: 12pt;
}
.sidecontent h4, .sidecontent h4 * {
        font-size: 11pt;
}
.sidecontent h5, .sidecontent h5 * {
        font-size: 10pt;
}
.sidecontent h6, .sidecontent h6 * {
        font-size: 9pt;
}

*/
p {
        line-height: 160%;
}

pre, pre * {
	font-family: "Courier New", monospace;
}
pre {
        line-height: 120%;
        margin: 0.5em 0 0.5em 0;
        padding: 0;

        
        overflow: auto;
}

address, address * {
	font-style: italic;
}

address {
        line-height: 120%;
        margin: 0.5em 5% 0.5em 5%;
        padding: 0;
}

blockquote,
blockquote * {
	font-style: italic;
}

blockquote {
        line-height: 120%;
        margin: 0.5em 5% 0.5em 5%;
        padding: 0;
        text-indent: 0.5em;
}


p.bodytext {
        text-align: left;
}
.align-left {
        text-align: left;
}
.align-right {
        text-align: right;
}
.align-center {
        text-align: center;
}
.small, small, .small *, small * {
	font-size: 8pt;
}
small, .small h1, small, .small h1 *, h1.small, h1.small * {
        font-size: 11pt;
}

small, .small h2, small, .small h2 *, h2.small, h2.small * {
        font-size: 10pt;
}
small, .small h3, small, .small h3 *, h3.small, h3.small * {
        font-size: 10.5pt;
}
small, .small h4, small, .small h4 *, h4.small, h4.small * {
        font-size: 9.5pt;
}
small, .small h5, small, .small h5 *, h5.small, h5.small * {
        font-size: 10pt;
}
small, .small h6, small, .small h6 *, h6.small, h6.small * {
        font-size: 8pt;
}




.sidecontent a, .sidecontent a * { font-size: 8pt; } 

a {
	outline: none;
}


a img {
	text-decoration: none !important;
}


#content img {
	border: none;
}

.page-browser,
.page-browser * {
	text-align: center;
}

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
DIV.csc-frame-indent-both { padding-left: 5%; padding-right: 5%; }

.csc-linkToTop {
	text-align: center;
}

.content-item {
	padding: 0 0 10px 0;
}

.ctype-header .content-item {
	padding: 0 0 0 0;
}


.mono {
	font-family: "Courier New",monospace
}

ol, ul { margin: 0 0 0 3.4em; padding: 0 ; }
li ol, li ul { margin: 0 0 0 0; padding: 0; }
li p { margin: 0 0 0.2em 0; }
li { margin: 0 0 0 0; padding: 0.1em 0 0.3em 0; }
li li { margin: 0 0 0 1.4em; }


.inline {
	display: inline !important;
	float: none;
}

