/*Formatting for news articles that display in the iframe on news.html*/

body,html {	
		margin: 0px;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
}


.medBreak		{line-height:6px;}
				
/* formatting for the table with headline links on the news.html page */				
.headTableTop		{			color: #f4f4f4;
							margin:0px;
							padding:0px;
				}
				
.headTableBottom		{			color: #f4f4f4;
							background-color:;
							border-left: 0px #000000 solid;
							border-right: 0px #000000 solid;
							border-top: 0px #000000 solid;
							border-bottom: 0px #000000 solid;
				}
					
/* text formatting for the headline links on the news.html page */				

				
li.headlines		{	color:#ff3300;
						font-family: arial, helvetica;
						font-size: 8.5pt;
						line-height: 9.0pt;
						font-weight: normal;
						text-decoration:underline;
						list-style-type:square;
						padding-bottom:1px;
					}
							
a.headLinks			{	color:#000000;
						font-family: arial, helvetica;
						font-size: 8.5pt;
					}	

/* text formatting for the exhibit page intros */
.exhibitintrotxt {
	color: #000000;
	background-color: #ffffff;
	font-family: arial, helvetica;
	font-size: 10.0pt;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	}

h1.headline	{			color: #000000;
						font-family: arial, helvetica;
						font-size: 15.0pt;
						line-height: 16.5pt;
						font-weight: bold;
			}
			
p.subHeadline	{			color: #000000;
						font-family: arial, helvetica;
						font-size: 10.0pt;
						line-height: 12.5pt;
						font-weight: bold;
				}
				
p.articleText	{			color: #000000;
							font-family: Times New Roman, Times, Georgia, serif;
							font-size: 10.5pt;
							line-height: 11pt;
							font-weight: normal;
							text-align:justify;
				}
				
.photoCredit	{			color: #808080;
							font-family: Times New Roman, Times, Georgia, serif;
							font-size: 8.0pt;
							line-height: 9pt;
							font-weight: normal;
							text-align:right;
				}
				
.articleSubText	{			color: #808080;
							font-family: Times New Roman, Times, Georgia, serif;
							font-size: 8.0pt;
							line-height: 9pt;
							font-weight: normal;
							text-align:justify;
				}
				
p.date			{			color: #000000;
				font-family: Times New Roman, Times, Georgia, serif;
				font-size: 9.5pt;
				line-height: 10pt;
				font-weight: normal;
				}

				
.article	{	padding-top:0px;
				padding-left:4px;
				padding-right:4px;
				width:465px;
				}
				
li			{
			padding-bottom:8px;
			color: #000000;
			font-family: Times New Roman, Times, Georgia, serif;
			font-size: 10.5pt;
			line-height: 11pt;
			font-weight: normal;
			text-align:justify;
			}
