@charset "iso-8859-1";
/*default styles*/
table
{
	border:0px;
	padding:4px;
	margin:0px;
}
#article_content h1
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
th
{
	background-color:navy;
	color:white;
}
td
{
	vertical-align:top;
}
.keydate
{
	margin-bottom:10px;
}
.articleText
{
	margin-bottom:10px;
}
.articleText img
{
	margin:5px;
}
.articleHead
{
	font-weight:bold;
}
.articleAuthor
{
	font-style:italic;
}
.heading1
{
 font-size:1.2em;
 font-weight:bold;
}
.error
{
 color:red;
 font-weight:bold;
}
#article_left
{
	float:left;
	width:150px;
}
#article_content
{
	margin-left:160px;
	color:#0B0484;
}
#disclaimer
{
	font-size:.8em;
	color:black;
}

.buttons ul
{
	list-style:none;
	margin: 0px;
	padding:0px;
}
.buttons li
{
	 width:150px;
	 list-style:none;
	 border:1px solid;
	 text-align:center;
	 font-weight:bold;
	 margin-bottom:10px;
}

.buttons a:link,.buttons a:visited, .buttons a:hover
{
	text-decoration:none;
}
.buttons li
{
	border: 1px solid #000000;
	background-color:black;
	color:white;
}
/*need to make this color the same as the above colour*/
.buttons a:link,.buttons a:visited
{
	color: White;
	display:block;
}
.buttons li:hover, .buttons a:hover
{
	/*background-color:#872631;*/
	background-color:#cc0000;
	text-decoration:none;
}
.newArticles h2
{
	font-weight:bold;
	font-size:10pt;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:5px;
}
.newArticles a:link
{
}
.newArticles a:visited
{
}
.newArticles a:hover
{
}

/*Following styles used by list_articles.asp*/
.newArticles .synopsisLink  a:link, .newArticles .synopsisLink a:visited
{
	text-decoration:none;
	font-size:7pt;
}
.newArticles .synopsisLink a:hover
{
	text-decoration:underline;
}
.synHidden
{
	display:none;
}
.synView
{
	display:block;
	margin-top:0px;
	margin-bottom:5px;
}
#head
{
	background-color:#ffffff;
}
#layout
{
	padding:5px;
}