/* News items */

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.date {
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #DDDDDD;
	padding: 3px;
	margin-top: 12px;
}
.department {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 3px;
}
.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	padding: 3px;
}
.dateline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	padding: 3px;
	margin-bottom: 12px;
}

/* Body formatting style */

.i-Title	{
	font-weight: bold;
	color: #000033;
	font-size: 20px;
	line-height: 1;
}
.i-Subtitle	{
	font-weight: bold;
	color: #000033;
	font-size: 14px;
	line-height: 1;
}

.b-Byline	{
	font-weight: bold;
	color: #000033;
	font-size: 11px;
	line-height: 1.5;
}
.b-First	{
	text-align: justify;
	font-size: 11px;
	line-height: 1.5;
}
.b-Plain	{
	text-align: justify;
	text-indent: 3em;
	font-size: 11px;
	line-height: 1.5;
}
.b-Subhead	{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}
.b-Center	{
	text-align: center;
}
.b-Question	{
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5;
}
.b-Answer	{
	text-align: justify;
	font-size: 11px;
	line-height: 1.5;
}		

.l-Headline	{ 	font-weight: bold; color: #000033;}
.l-Support	{ 	font-weight: bold; color: #000033;}
.l-Coords	{ 	font-weight: bold;}

.w-Artist	{ 	font-weight: bold; color: #000033;}
.w-Title	{ 	font-weight: bold; color: #000033;}
.w-Label	{ 	font-weight: bold; color: #000033;}
.w-First	{ 	text-align: justify;}
.w-Middle	{ 	text-align: justify; text-indent: 3em;}
.w-Address	{ 	font-weight: bold;}
.w-Byline	{ 	font-weight: bold;}

/* General text formatting */

#x-warning {
	color: #FF3333;
}
#x-white{
	color: #FFFFFF;
}

/* Images */
.i-left {
	float: left;
	margin-left: 0;
	margin-right: 10;
}

.i-right {
	float: right;
	margin-left: 10;
	margin-right: 0;
}

.i-center {
}

.i-image {
}

.i-credit {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

.i-caption {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
