/* @override http://thcc.no/css/typo.css */
	
/*///// TYPOGRAPHY */
	body {
		text-align: left;
		color: #383838;
		font: 10px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	}
	
	div#contentContainer div {
		font-size: 1em;
	}
	
	
/*/ LINKS */
	div#contentContainer a,
	div#contentContainer a:link 
	div#contentContainer a:active {
		color: #254565;
		border-bottom: 1px dotted #254565;
		text-decoration: none; 
	}
	div#contentContainer a:visited {
		color: #254565;
		border-bottom: 1px dotted #8a9daf;
		
	}
	div#contentContainer a:hover {
		color: #3077be;
		border-bottom: 1px solid #3077be;
	}
 /*\\\ END LINKS */
 
/*/ HEADINGS */
	h1,h2,h3,h4,h5,h6 { 
        color: #454c53;
		padding: 0;
	font-variant: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif; 
		/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ 
	}
	h1 {
		line-height: 1.8em;
		margin: 33px 0 0.5em;
		font-size: 1.8em;
		font-weight: normal;
	color: #ff7500; 
	}
	h2 {
		font-size: 1.5em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: normal; 
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: normal; 
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
	}	
 /*\\\ END HEADINGS */
 
/*/// TEKST */
	div#contentContainer p {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	div#contentContainer {
		line-height: 1.4em;
		font-size: 1.2em; 
	}	
	div#contentContainer blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
		}
	div#contentContainer pre {
		font-family: monospace;
		font-size: 1.1em;
		}
	div#contentContainer strong, b {
		font-weight: bold;
		}
	div#contentContainer em,
	div#contentContainer  i {
		font-style:italic;
		}
    div#contentContainer code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1.1em;
        white-space: pre;
    	}    
 /*\\\ END TEXT */
 
/*/ LISTS */
	div#contentContainer ul {
        line-height: 1.4em;
		padding: 0;
		margin: 0 0 1.5em -1.4em;
		font-size: 1em;
	list-style-type: square; 
	}
	div#contentContainer ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
		}
	div#contentContainer ol {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
		}
	div#contentContainer ol li {
		font-size: 1.2em;
		margin: 0 0 0.25em 30px;
		padding: 0;
		}
	div#contentContainer dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
		}
	div#contentContainer dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
		}
	div#contentContainer dl dd {
		margin: 0 0 0 30px;
		padding: 0;
		}
 /*\\\ END LISTS */
 
/*/ TABLE */
	div#contentContainer table {
        font-size: 1.1em;
		margin: 0 0 1.5em 0;
        padding: 0;
		}
	div#contentContainer table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
		}
	div#contentContainer th {
		font-weight: bold;
		text-align: left;
		}
	div#contentContainer td {
		font-size: 1.1em;
		}
 /*\\\ END TABLE */	
 
/*/ HR LINES */	
	div#contentContainer hr {
		display: none;
		}
	div#contentContainer div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
		}
 /*\\\ HR LINES */	
 
/*/ NEWS */		
	div#news {		margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */		border: 1px solid #000; 		background: #FFE9AF; 		}	div#news h2 {
		line-height: 2em;		background: #fff;		}		.NewsSummary {		padding: 0.5em 0.5em 1em; /* padding for the news article summary */		margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */		border-bottom: 1px solid #ccc; 		}	.NewsSummaryPostdate {		font-size: 90%;		font-weight: bold;		}		.NewsSummaryLink {		font-weight: bold;		padding-top: 0.2em;		}	.NewsSummaryCategory {		font-style: italic;		margin: 5px 0;		}	.NewsSummaryAuthor {		font-style: italic;		padding-bottom: 0.5em;		}		.NewsSummarySummary, .NewsSummaryContent {		line-height: 140%;		}		.NewsSummaryMorelink {		padding-top: 0.5em;		}	#NewsPostDetailDate {		font-size: 90%;		margin-bottom: 5px;		font-weight: bold;		}	#NewsPostDetailSummary {		line-height: 150%;		}		#NewsPostDetailCategory {		font-style: italic;		border-top: 1px solid #ccc;		margin-top: 0.5em;		padding: 0.2em 0;		}		#NewsPostDetailContent {		margin-bottom: 15px;		line-height: 150%;		}	#NewsPostDetailAuthor {		padding-bottom: 1.5em;		font-style: italic;		}/* to add specific style to the below divs, uncomment them. *//* #NewsPostDetailTitle {}#NewsPostDetailHorizRule {}#NewsPostDetailPrintLink {}#NewsPostDetailReturnLink {}*/
 /*\\\ NEWS */	
 
/*/ NEWS */	

