/* #################### 

Project Name: 	Lunatech Research Print
Version:		0.5

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	background: white;
	}
	
#container, #sectionContent {
	width: auto;
	border: 0;
	margin: 0 ;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
		a:link, a:visited {
	color: #4D815A;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#sectionContent a:link:after, #sectionContent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	#sectionContent {
		border-top: 1px solid #000000;
		padding-top: 1em;
		}

ul, ol {
	padding: .5em 10px;
	}

#search_box, .shadow, #sectionFooter, #contentSide, .editorial-date, .comment-count {
	display: none;
	}
	
	#navigationPrimary ul, #navigationSecondary ul {
	
		}
	
	#sectionNavigation li {
		display: none;
		}
	#sectionNavigation li.active {
		display: block !important;
		text-align: center;
		color: #000000;
		}
		
	#sectionNavigation li.active a:link {
		color: #000000;
		}
	
#sectionHeader {
	padding: 0 0 0 0;
	}
	
.editorial-details {
	font-style:italic;
	font-size: 9pt;
	}
	
.editorial {
	padding: 0 0 0 0;
	}
	
p {
	padding: .5em 0;
	}
	
/* #################### Headings */

h1, h2, h3, h4, h5, h6 {
	padding: .5em 0 0 0;
	font-weight: bold;
	line-height: 1.5em;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	position: relative;
	}

h1 {
	font-size: 16pt;
	text-align: center;
	margin-bottom: 0;
	}
	
	

   
   
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited {
	color: #000000;
	border: none;
	text-decoration: none;
	}

h2 {
	font-size: 12pt;	
	}
	
h3 {
	font-size: 12pt;
	}
	
h4 {
	font-size: 10pt;
	}

	
	


