body {
    /*font: 300 normal 9pt/12pt verdana, sans-serif; */
    font-family: verdana, sans-serif;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: normal;
    background: white;
}

p.sub-h1 {
    font-family: georgia, "times new roman", serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    padding-bottom: 15px;
}



h1 {
    font-family: georgia, "times new roman", serif;
    font-size: 15pt;
    color: #333333;

}

h2 {
    font-family: georgia, "times new roman", serif;
    line-height: 320%;
    font-size: 9pt;
    color: #333;
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
}

h3 {
    font-family: georgia, "times new roman", serif;
    font-size: 10pt;
    color: #333333;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: bold;
}

.inline {
	display: inline;
	float: left;
	margin-left: 0;
}
br.mybr {
    clear: left;
}
ul {
    margin-top: 5px;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 0;
    list-style-type: square;
}
ol {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 8px;
    padding: 0 0 0 10px;
}
li {
    line-height: 130%;
    margin-left: 10px;
    padding: 0 0 2px 0;
}
li.spaced {
    line-height: 130%;
    margin-left: 10px;
    margin-bottom: 10px;
}
li.alternate {
    background: #f5f5f5;

}
a, a:link {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
    color: #622;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
}

.pager-links {
    font-size: 0.9em;
    line-height: 1.1em;
    /*background: url(../images/graphics/tab_bottom.gif) repeat-x bottom;*/
    background-color: #f8f8f8;
    padding: 5px 0 5px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 20px 0;
}

.spacedWithBorder {
    border: 1px solid #ccc;
    padding: 0;
    margin: 2px 10px 5px 0;
}
.justified {
    text-align: justify;
}
div#i-nigma {display:none;}
@media print {
    html, body {
        background: #fff;
        color: #000;
    }

    .hideOnPrint {display:none;}
    div#linearNavigation {display:none;}
    td.labelBorder {display:none;}
    td.leftBorder {display:none;}
    tr.searchForm {display:none;}
    div.navBlock {display:none;}
    div.menuBlock {display:none;}
    div#headerLabels {display:none;}
    div#logo {display:none;}
   .tableBlock, .contentsBlock1 { page-break-inside: auto; }
    img {
        float: left;
        width: auto;
	    margin: 0 0 0 0;
    }
    .inline {
    	display: inline;
	    float: left;
	    margin-left: 0;
    }
    div#i-nigma {display:block; margin-top: 25px; font-size:0.8em;} 
    div#i-nigma br {clear: both;}
}
