﻿body, 
body table th, 
body table td 
{
	font-size: 12pt;
}

a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}

.site-main, 
.site-header, 
.primary-content, 
.content-left, 
.content-center,
.article-content,
.book-content,
.basic-content
{
	width: 7.0in;
}
    
.site-main {
	margin: 0 auto;
}

.site-header, .content-left, .content-center {
    margin: 0;
}

.primary-content, 
.content-left, 
.content-center, 
.page-section-header *
{
    float: none;
    display: block;
}

.article-details dt, .article-details dd {
    font-size: 11pt;
}

/* Rich text editor styles */
.article-copy h5, .article-copy h6 {
    font-size: 11pt;
}

.article-copy h1 {
    font-size: 15pt;
}

.article-copy h2, .ms-rteCustom-ArticleHeadLine {
    font-size: 14pt;
}

.article-copy h3 {
    font-size: 13pt;
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: normal;
	display: block;
	clear: both;
	visibility: visible;
	line-height: inherit;
	height: auto;
}

.clearfix {display: block;}
/* clearfix ^ 
-------------------------------------------------------------------------*/

/* hide elements : 
-------------------------------------------------------------------------*/
.ms-siteactionsmenu, 
.site-header div,
.site-footer,
.content-right, 
.rail-left,
.page-toolbar,
.comment-section
{
    display: none;
}