/*
	Extends the flashStyles.css stylesheet.
*/
/*
	Article formatting
*/
body {
	font:0.7em Myriad Condensed Bold, Arial, Verdana, sans-serif;
}
.articleTitle {
	width: inherit;
	display: block;
	border-bottom: thin solid gray;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	margin-top: 18px;
	padding-left: 0px;
	color: #AB4040;
}
.articleAuthor {
	font-size: 14px;
	text-align: right;
	font-weight: 100;
	font-style: italic;
}
.intro {
	text-align: left;
	color: #000000;
}
.quote {
	text-align: left;
	font-style: italic;
	color: #000000;
}

.subHeading {
	font-weight: bolder;
	text-align: left;
	color: #AB4040;
}
.instructions {
	font-weight: bolder;
	text-align: left;
	color: #000000;
}
.quote {
	padding: 10px;
	font-style: italic;
}
.emphasis {
	font-weight: 700;
}

/*
	Headers
*/
h6 
{
	color: #808080;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
/*
	Error message formatting
*/
.error {
	color: #993333;
	font-style: italic;
}

/*
	Links
*/
a:link {
  color: #336699;
	text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:visited:hover {
	color: #336699;
	text-decoration: underline;
}
breadcrumbLinks {
	text-decoration: underline;
}




