/* Default CSS Stylesheet for a new Web Application project */
/* STANDARD COLOR SET 
	Dark Blue - #2c5190
	Lime Green - #bdd632
	Darker Blue - #012b77
	Light Blue - #8ca5c8
	Light Green - #f1fbe8
	-- TEXT --
	Dark Blue - #012b77
	Light Blue - #0099ff
*/
BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #012b77;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 32px;
	color: #0099ff;
	letter-spacing: 1px;
	font-weight: 600;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 21px;
	color: #012b77;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 13px;
	color: #000066;
	font-weight: bold;
}

p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 10pt;
}
td {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 10pt;
}
td.smallBox 
{
	font-size: 9pt;
	font-weight:bold;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
P.bsmallHeader 
{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 4px;	
	font-size: 12px;
	font-weight:bold;
	color: #012b77;
	border-bottom: solid 1px #012b77;
	width: 100%;
}
P.smallText 
{
	text-align:justify;
	margin-top: 0px;
	margin-bottom: 20px;	
	font-size: 9pt;
}
.small {
	font-size: 9px;
}

ul {
	margin-top: 0px;
}

li {
	margin-bottom: 5px;
}

.ul-market_sectors {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
}

.li-arrow {
	background-image: url(../images/li-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 9px;
	line-height: 140%;
	padding-bottom: 6px;
}

.bread_crumb {
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 9px; 
	color: #999999; 
	margin-bottom: 0px;
}
td.Nav 
{
	border-top: solid 2px #012b77;
}
td.NavSub
{
	border-bottom: solid 2px #012b77;
	border-top: solid 2px #012b77;
}

/* --- Links --- */
a:Link, a:Active, a:Visited, a:Hover 
{
	color: #012b77;
	font-style: italic;
}
a.sub:Link, a.sub:Active, a.sub:Visited
{
	font-size: 10px;
	color: #012b77;
	font-style:normal;
	text-decoration: none;
}
 a.sub:Hover 
{
	color: #f3f3f3;
	font-style: normal;
	text-decoration: underline;
}
/* --- Form Elements --- */

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* --- Horizontal Rule --- */

hr {
	color: #D6D1BE;
	height: 1px;
}

.hr-EFEDE3 {
	color: #EFEDE3;
	height: 1px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
}

#quote {
	border: 1px solid #EFEDE3;  
	float:left; 
	width:148px; 
	height: auto; 
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:14px; 
	color:#3989b0;
	line-height:180%; 
	padding-top:17px; 
	padding-left:25px; 
	padding-right:25px; 
	padding-bottom:18px; 
	margin-right:27px; 
	margin-top:5px; 
	margin-bottom:0px;
}
.publishDate{font-size: 11px;color: #012b77;font-family: Arial, Helvetica;}

p.FAQH 
{
	font-weight: bold;
	padding-top: 12px;
}
p.FAQ
{
	margin-left: 27px;
	text-align: justify;
}