@charset "utf-8";
/* CSS Document */
/* default text size */
body {
	font-family:Arial, Verdana, Geneva, sans-serif;
	/*font-size:.95em;/*1*/
	font-size:0.75em;/*1*/ 
	/*font-size:12px;
	line-height:1.3em; /*1.3*/
	color:#464646;
}
#navMain, #navGlobal {font-size:12px; line-height:12px;}
/*#navMain, #navGlobal {font-size:11px; line-height:13px;}*/

#navSecondary ul li {
	font-size:10px;
}

h1, h2, h3 {
	font-size:1.6em;/*1.7*/
	font-weight:bold;
	margin:25 0 .5em 0;
	padding:0;
	color:#0055A5;
}
h1 { line-height:1.3em;
	 border-bottom:1px solid #a2a2a2;
	 padding-bottom:15px;

}
h2 {
	font-size:1.25em; /*1.2*/
	line-height:1.3em;
	margin-top:15px;
	padding-top:15px;
	/*border-top:1px solid #464646;
	border-top:1px solid #a2a2a2;*/
}
h3 {
	font-size:1em;/*1.1*/
}

h4 
{
	font-size:10px;
	
}

p {
	margin:0 0 1.5em 0;
	padding:0;
}
ul {
	margin-top:0;
	margin-bottom:.6em;
	margin-left:0; /* flush left in IE */
	padding-left:1.2em; /* flush left in Firefox */
}
ul ul { /* indent secondary bullet for both browsers */
	margin-left:1em; /*4em*/
	padding-left:0;
	/*list-style-type:none;*/
}
li {
	margin-top:0;
	margin-bottom:.4em;/*.6*/
}
table { 
	border:none;
	font-size:1em;
	
}
th {
	text-align:right; 
	vertical-align:top; 
	/*background-color:#5500a5;*/
	padding: 0 5px 5px 0;
}
td {
	text-align:left; 
	padding-left:10px; 
	vertical-align:top;
	padding: 0 0 5px 10px;
}
#ISI h2 { 
	border:none; 
}
/*#ISI,
#ISI ul {
	/*font-size:1em;/*1
	font-size:12px;
	line-height:1.5em; *//*1.3
}*/
/*#ISI ul ul {
	font-size:1em;
	line-height:.8em;
	list-style-type:square;
} /*1.3*/

/*#ISI strong,
#ISI p strong,
#ISI ul strong,
#ISI ul ul strong
{
	font-size:12px;
	line-height:1.5em;/* to make the bolded content stand out more
}*/
.disclaimers {
	font-size:.8em;/*.7*/
	/*line-height:1.1em;
	line-height:.8em;*/
}

/*h1 sup, h2 sup, h3 sup{
	font-size:80%;
	vertical-align:text-top;
}*/
sup {
	/*font-size:.5em;/*.6*/
	/*top:-.45em;*/
	/*font-size:.65em;*/
	font-size:.85em;
	top:3px;
	/*margin-top:0;*/
	position:relative;
}
#footer sup {font-size:.65em; top:-1px;}


