/* font-family */
body, body * {
        font-family: Arial, "DejaVu Sans",  Helvetica, sans-serif;
}

/* font-size, line-height */
body, body * {
        font-size: 10pt;
}
h1, h1 * {
        font-size: 16pt;
        line-height: 110%;
        margin-bottom: 0.6em;
}

h2, h2 * {
        font-size: 15pt;
        line-height: 110%;
        margin-bottom: 0.7em;
}
h3, h3 * {
        font-size: 14pt;
        line-height: 110%;
        margin-bottom: 0.8em;
}
h4, h4 * {
        font-size: 13pt;
        line-height: 110%;
        margin-bottom: 0.9em;
}
h5, h5 * {
        font-size: 12pt;
        line-height: 110%;
        margin-bottom: 1em;
}
h6, h6 * {
        font-size: 11pt;
        line-height: 110%;
        margin-bottom: 1.2em;
}


/* 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: 140%;
}
pre {
        line-height: 120%;
        margin: 0.5em 0 0.5em 0;
        padding: 0;

        width: 480px;
        overflow: scroll;
}

p.bodytext {
        text-align: justify;
}
.align-left {
        text-align: left;
}
.align-right {
        text-align: right;
}
.align-center {
        text-align: center;
}

#right, #right p, #right p * {
        font-size: 8pt;
}
.small, small {
	font-size: 90%;
}

body, body * {
	color: #646A66;
}

a, a * {
	color: #646A66;
}

a {
	outline: none;
}

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

body a:hover, body a:hover * {
	color: #9A9F9C;
}

#content h1 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

#content h1,
#content h1 * {
	font-variant: small-caps;
}

#content .news-article h1,
#content .news-article h1 * {
	font-variant: normal;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #CC3300;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}

a img {
	text-decoration: none !important;
}
/*a .news-image,
a .news-image * {
	text-decoration: none !important;
}
*/


.news-list img {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

.form-error,
.form-error * {
	color: #FF0000;
	font-weight: bold;
}

.form-error {
	border: 1px solid #FF0000;
	background-color: #FFD5D5;
	margin: 8px 5% 4px 5%;
	padding: 4px 4px 4px 4px;
}

.form-hint,
.form-hint * {
	font-style: italic;
}

.form-hint {
	border: 1px solid #CCC;
	background-color: #FFFFD2;
	margin: 8px 5% 4px 5%;
	padding: 4px 4px 4px 4px;
}

.input-hint {
	font-size: 8pt;
	margin: 0 0 0 35%;
}

label {
	height: 1%;
	height: auto !important;
	display: block;
	width: 35%;
	float: left;
}

.form-row {
	margin: 0 0 4px 0;
}

fieldset {
	margin: 0 0 4px 0;
	padding: 4px 4px 4px 4px;
	height: 1%;
	height: auto !important;
}

.freecapimg * {
	margin: 0;
	padding: 0;
}

.freecapimg {
	margin: 0 5px 0 0;
	float: left;
}

.inputbox {
	border: 1px solid #CCC;
}

.button {
	background-color: #CC3300;
	border: none;
	height: 2em;
	color: white;
	font-weight: bold;
}

.form-button {
	text-align: center;
}

.csc-textpic-caption {
	font-size: 8pt;
	color: #9A9F9C
}


#content img {
	border: none;
}
