/**
 * maxon typo.css
 *
 * @author vince
 * @project maxon
 * @since 2008.11.30. 11:11:46
 * @CHARSET "UTF-8";
 */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
code, pre, kbd {
	font-family:"Consolas","Courier New",Courier,mono,monospace;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
	color: #000;
}

blockquote:before,q:before {
	content: '';
}

blockquote:after,q:after {
	content: '';
}
blockquote, q {
	quotes: "\201E" "\201D" "\201A" "\2019";
}


h1, h2, h3, h4, h5, h6,
caption, thead, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
}

[align=left] {
	text-align: left;
}
[align=right] {
	text-align: right;
}
[align=center] {
	text-align: center;
}
[align=justify] {
	text-align: justify;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	padding: .5em 0;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: .5em 0;
}
h3 {
	font-size: 1.3em;
	padding: .5em 0;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	padding: .5em 0 .2em;
}
h5 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	font-style: italic;
}

table {
	font-size: .85em;
}
th {
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

legend {
	font-size: 1em;
	font-weight: bold;
}
input, button, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: .9em;
}

.newsletter fieldset dd pre,
.contact fieldset dd pre {
	font-size: 0.4em;
	font-weight: bold;
	color: #000;
}
#content sub {
	font-size:smaller;
	line-height:normal;
	vertical-align:sub;
}
#content sup {
	font-size:smaller;
	line-height:normal;
	vertical-align:super;
}

/* end */

