/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Text Styles
--------------------------------------------------------------------------------------------------------------------------------- */
.text {
	color: inherit;
	font-family: inherit;
	font-size: 1em;
}
/* ---------------------------------------------------------------------------------------------------------------------------------
--	Default seetings for all objects
--------------------------------------------------------------------------------------------------------------------------------- */
.text.article {
	font-weight: bold;
	font-size: 1.1em;
}
.text.author {
	font-style: oblique;
	font-weight: bold;
	font-size: 1em;
}
.text.banner {
	font-weight: normal;
	font-style: oblique;
	margin: 0;
	font-size: 2em;
	font-style: oblique;
	font-weight: bold;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.text.byline {
	font-size: 1em;
	font-weight: 500;
	font-style: oblique;
}
.text.chapter {
	color: #F00;
	font-style: oblique;
	font-weight: bold;
	font-size: 1.3em;
}
.text.fine {
	font-size:0.75em;
}
.text.header {
	color: #FF0;
	font-weight: bold;
	font-size: 1.5em;
}
.text.headline {
	color: #FF0;
	font-weight: bold;
	font-style: oblique;
	font-size: 1.75em;
}
.text.label {
	font-style: oblique;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	font-size: 0.8em;
}
.text.note {
	font-size:0.80em;
}
.text.poem {
	font-style: oblique;
	font-size: 1.125em;
}
.text.quote {
	font-style: italic;
}
.text.section {
	font-style: oblique;
	font-weight: bold;
	font-size: 1.2em;
}
.text.small {
	font-size:0.9em;
}
.text.subtitle {
	font-style: oblique;
	font-weight: bold;
	margin: 0em;
}
.text.tab {
	font-style: oblique;
	font-weight: bold;
	font-size: 0.9em;
}
.text.title {
	color: #F00;
	font-style: oblique;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: capitalize;
}
.text.spanline {
	color: #FF0;
	font-weight: bold;
	font-style: oblique;
	font-size: 3em;
}
.text.verse {
	font-style: oblique;
	font-size: 1.1em;
}
