body {
	margin:0;
	padding:0;
	width: 100%;
	font-size:12px;
    font-family: Georgia, Times New Roman, Times, serif !important;
}

#header {
   display: none;
}

#leftcol {
   display: none;
}
   
#rightcol {
   display: none;
}

#footer-wrapper {
   display: none;
}

#video {
   display: none;
}


div#centercol {
	width: 100%;
	margin: 0;
	padding: 0;
    float: none !important;
    color:#000000;
    background:#FFFFFF;
}

a:link, a:visited {
    font-family: Georgia, Times New Roman, Times, serif !important;
	color: #000000 !important;
}


IMG { display: none !important;}      /* Don't display images */
/*  "!important;"  overrides web page css file */

@media print
{
.include { 
   display: '';
   margin-bottom: 36px;
}
}
@media screen
{
.include { display: none; }
}

.title {
    font-family: Georgia, Times New Roman, Times, serif !important;
	font-size:24px;
	color: #000000 !important;
	font-weight:bold;
}

.title-small {
    font-family: Georgia, Times New Roman, Times, serif !important;
	font-size:18px;
	color: #000000 !important;
	font-weight:bold;
}

.title-smaller {
    font-family: Georgia, Times New Roman, Times, serif !important;
	font-size:14px;
	color: #000000 !important;
	font-weight:bold;
}


.p-title {
    font-family: Georgia, Times New Roman, Times, serif !important;
	font-size:16px;
	color: #000000 !important;
	font-weight:bold;
}

.footnote-text {
	font-family: Georgia, Times New Roman, Times, serif !important;
	font-size: 10px;
}

#print-text {
   display: none;
}

