ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset 
{
	color: #323232; /* #58595b */
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;	 
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1b4298;		
}

h4, h5, h6
{
	margin: 0;	
	padding: 0;	
}

h1
{
	font-size: 16px;
}


h3, h4, h5, h6
{
	/* : #ef9d14; */
	font-size: 11pt;	
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; color: #323232; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; color: #000; margin-bottom: 0px; padding-bottom: 0px; }
h6 { font-size: 1.0em; }

h2.article{margin-bottom: 0;padding-bottom:0;}

p
{
	margin: 0.2em 0 1em 0;
}

.noformatting p
{
    margin-top: 0;
    padding-top: 0;
    line-height: 1em;
}

ul
{
	margin-left: 2em;
	margin-top: 5px;
	list-style: none;	
	border: solid 0px red;
}


ul li, .LHS li
{
	list-style: none;
	list-style-image: url(../../image/bullets/bullet_blue_rt_arrow_ie.gif);
	list-style-position: outside;	
	padding: 0 0 0.5em 0;	
	margin-left: 1.5em;
	border: solid 0px black;
	line-height: 1.2em;
}

ul li a
{
	color: #3565a2;
	font-weight: normal;
}

table
{
	/* background-color: #ccc; */
	border: solid 0px red;
}

td, th
{
	vertical-align: top;
}

fieldset
{
    margin: 0;
    padding: 0;
}

p 
{ 
    line-height: 1.5;
}

/*
td p
{
    margin: 0;
    padding: 0;
}

*/

.superscript 
{
	position: relative;
	bottom: 0.5em;
	color: #3078B8;
	font-size: 0.8em;
}

.superscript_black
{
	position: relative;
	bottom: 0.5em;
	color: black;
	font-size: 0.8em;
}

/*
.subscript 
{
	position: relative;
	top: 0.3em;
	color: red;
	font-size: 0.8em;
}
*/

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

p.datetimestamp {
    clear: both;
    color: #5A5A5A;
    font-family: Arial;
    font-size: 10px;
}
