body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #CC99CC;
	font-size: 12px;
}
h1, h2, h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.boxed {
	margin: 12px;
	border: 2px solid #3366CC;
	padding: 4px;
	width: 148px;
	color: #FFFFFF;
}
.boxed_heading {
	color: #FFFFFF;
	background: #3366CC;
}
.mast_text, .mast_date {
	color: #FFFFFF;
	font-weight: bold;
}
.mast_date {
	text-align: right;
}	
.section_headline {
	margin: 12px;
	border: 0px;
	padding: 6px;
	background-color: #3366CC;
	margin-bottom: 16px;
}
.section_headline, .boxed_headline {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
}
.section_details {
	margin-left: 12px;
	margin-right: 12px;
	word-wrap: break-word;
	margin-bottom: 30px;
}
.wide_skyscraper {
	margin: 12px;
	border: 0px;
	height: 624px;
}
.column_image {
	margin: 12px;
	border: 0px;
	padding: 0px;
	width: 148px;
}
.hardleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 0px;
	padding: 0px;
}
.hardright {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-top: 0px;
	padding: 0px;
}
.advertiser_header {
  font-weight: bold;
	color:#FFFFFF;
	border: 0px;
	padding: 3px 6px 3px 6px;
	vertical-align: top;
	background-color: #333399;
	margin-right: 2px;
}
.advertiser_row {
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 16px;
	margin-left: 6px;
	vertical-align: top;
}
p {
  margin-top: 5px;
	margin-bottom: 12px;
}
li {
	margin-bottom: 6px;
}
.contents_title, .contents_only_title {
	font-weight: bold;
	color: #333399;
}
.contents_title {
	margin-bottom: 0px;
}
.contents_author {
	margin-top: 0px;
}
.article_section {
	border: 1px;
	border-style: solid;
	margin: 0px;
	padding: 6px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.article_subsection {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
}
.article_title {
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;	
}
.article_section {
	border-color: #990099;
	color: #990099;
}
.article_appendix {
	border: 1px;
	border-style: solid;
	margin: 0px;
	padding: 6px;
	margin-bottom: 12px;
	margin-top: 20px;
	border-color: #3366CC;
	background-color:#99CCFF;
}
.appendix_title {
  font-weight: bold;
	color:#003366;
}
.article_author {
	font-weight: bold;
	color: #333399;
	margin-bottom: 0px;
	margin-top: 0px;
}
.article_institute {
	margin-top: 0px;
	color: #333399;
}
.figure {
	font-style:italic;
	font-size:10px;
}
A:link { color: #993399; } 
A:active { color: #808000; } 
A:visited { color: #990066; } 
A:hover { color: #461582; }
 
.footer {
	text-align: center;
	font-size: 10px;
}
.normal {
	font-weight:normal;
	color: #000;
}

div.menu_title {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	border: 2px solid #3366CC;
	padding: 4px;
	width: 148px;
	color: #FFFFFF;
	background: #3366CC;
	font-weight: bold;
	font-size: 14px;
}
div.menu {
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	border-top: 0px;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #3366CC; 
	padding: 4px;
	width: 148px;
	color: #FFFFFF;
}

div.menu a {
	display: block;
	margin: 0px;
	width: 100%;
	color: #000000;
	text-decoration:none;
}

div.menu span {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

div.menu a:hover {
	background: #855ED6;
	color: #FFFFFF;
}

.fsection_header {
	font-weight: bold;
	margin-top: 25px;
	color: #003366;
}
.foption {
	font-size: 10px;
}
.note {
	font-size: 10px;
	margin-top: 0px;
}
.link_title_note {
	margin-bottom: 3px;
}
.isearch_head, .isearch_description, .isearch_url {
}
.isearch_title, .isearch_nomatch {
	font-weight: bold;
}
.isearch_highlight {
  font-weight: bold;
	background-color: #FDD420;
}
.isearch_size {
  color: #333399;
	font-size: smaller;
}

/* Clearfix */

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

