@charset "utf-8";
/* CSS Document */

.titleblue {color:#003366; font-weight:bold;}

.titlered {color:#AD1A1E; font-weight:bold; font-size:1.4em}

.titleblack {color:#000; font-weight:normal; font-size:1.2em}

.textred {color:#AD1A1E; font-weight:normal; font-style:italic;}

.textwhite {color:#ffffff; font-weight:normal; font-style:1.0em;}

.textwhitebold {color:#ffffff; font-weight:bold; font-style:1.2em;}

.footnote {font-style:italic; color:#666;}

.imgborder { 
   border:1px solid #021a40;
}

.goright{
    margin-left:20%;
}



/*  Tooltip Style */

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip:link {
    text-decoration: none;
    text-decoration: underline;
	color:#ffffff;
}
a:tooltip:visited {
    text-decoration: none;
	color:#ffffff;
}
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:200px; line-height:16px; text-align: center;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #000; background:#F8F8F8;}
.callout {z-index:20;position:absolute;top:10px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}