/* Global Styles */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CCC;
}
a:link {
	color: #1634A6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1634A6;
}
a:hover {
	text-decoration:underline;
	color: #1634A6;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #1634A6;
}
h3 {
	font-size: 16px;
	color: #1634A6;
}
h4 {
	font-size: 14px;
	color: #000;
}
.hlt {
      background-color: #CFD3EC;
      color: #000;
            }
.style1 {color: #FFFFFF}
.style2 {
	font-size: 10
}
.style3 {
	color: #9FABDF;
	font-weight: bold;
	font-size: 16px;
}
.style4 {color: #E2D8BA}
.style5 {
	color: #9FABDF;
	font-weight: bold;
}
.style7 {color: #000000; font-weight: bold; font-size: 16px; }
.style8{
color:#000000;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
font-weight:bold;
}
.style9 {color: #E2D8BA; font-size: 12px; }
.style10 {
background-position:bottom;
background-repeat:no-repeat;
}
.quote{
	margin-left: 30px;
	margin-right : 30px;
	font-style : italic;
}

/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(black_arrow_big.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}

