﻿body {
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #2E4D7B;
	margin-bottom: 6px;
	margin-top: 6px;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
	color: #FF0000;
	margin-bottom: 6px;
	margin-top: 6px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #2E4D7B;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 6px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #2E4D7B;
	margin-bottom: 6px;
	margin-top: 6px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #2E4D7B;
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.collapsePanelHeader
{
	width: 710px;
	height:29px;
	background-color:Black;
	cursor:pointer;
}

.expandPanelHeader
{
}

.collapsePanel
{
	width: 710px;
	height:0px;
	background-color:White;
	overflow:hidden;
}
.storyText
{
    font-family: Arial;
    font-size: 12pt;
}
.dateText
{
    font-family: Arial;
    font-size: 12pt;
    font-style: italic;            
}
.bylineText
{
    font-family: Arial;
    font-size: 12pt;
    font-weight:bold;
}
.sidebarText
{
    font-family: Arial;
    font-size: 10pt;
}