@CHARSET "ISO-8859-1";

#article_body {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}

#article_contents {
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	color: black;
	background: #fff;
	border: 0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#article_story {
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	color: black;
	background: #fff;
	border: 0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#article_story h1 {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: black;
}

#article_story p {
	font-size: 11pt;
	font-weight: ;
	font-family: arial, helvetica, sans-serif;
	color: black;
}

#article_title {
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #000;
	border-bottom-color: green;
	color: green;
}

#article_title h1 {
	font-family: arial, helvetica, sans-serif;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

#article_title h2 {
	font-family: arial, helvetica, sans-serif;
	color: green;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#article_title h3 {
	font-family: arial, helvetica, sans-serif;
	color: blue;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

#article_title p {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#article_quote {
	font-family: arial, helvetica, sans-serif;
	color: orange;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

#article_photos {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	background: #fff;
	border-left: 0px solid #000;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: center;
}

#article_photos h1 {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: red;
}

#article_photos img {border = 1;
	
}

#article_photos a href {
	onclick: " return !     window.open (   this.href, 'pic', config ='  
		height = 
		 500, width =   700, toolbar =   no, menubar =   no, scrollbars =   no
		, resizable =   no, location =   no, directories =   no, status =   no
		'  );
	";
}

#borderlessimage {
	border: 0px solid #000;
}

span.next_prev {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	color: red;
}

span.minor_title {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: blue;
}

.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: blue;
	padding: 3px;
	left: -1000px;
	border: 5px blue;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -500px;
	left: -300px;
	/*position where enlarged image should offset horizontally */
}
