@charset "iso-8859-1";
acronym {
	border-bottom: 1px dashed #575757;
	cursor:help;
}
abbr {
	border-bottom: 1px dashed #575757;
	cursor:help;
}
address {
	background: #f1eee5;
	border-left: 5px solid #e7002a;
	padding: 10px;
	width: 270px;
	font-style:normal;
}
blockquote {
	font-variant: small-caps;
	margin-left: 20px;
	font-size: 1.5em;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #9d9282;
	border-bottom: 1px solid #9d9282;
	
}
.quotefirst {
	font-size:3em;
	color: #e7002a;
	
}
code {
	background: #f1eee5;
	border: 1px solid #c8c8c8;
	padding: 5px;
	font-family: monospace;
	font-size: 1.167em;
	display:block;
}
cite {
	display: block;
	font-style: italic;
	font-size: 0.917em;
	text-align: right;
}
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.25em;
}
pre {
	font-family: monospace;
	font-size: 1.25em;
}
q {
	font-variant: small-caps;
}
samp {
	font-family: monospace;
	font-size: 1.25em;
}
strong {
	font-weight: bold;
}
var {
	color: #3333ff;
	font-style:normal;
}


b {
	font-weight:bold;
}
big {
	font-size: 1.5em;
}
i {
	font-style: italic;
}
small {
	font-size: 0.833em;
}
sub {
	font-size: 0.75em;
	vertical-align:sub;
}
sup {
	font-size: 0.75em;
	vertical-align:super;
}
tt {
	font-size: 1.25em;
	font-family: monospace;
}
