@charset "UTF-8";
/* CSS Document */

.style1 {
	font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 9px;
	color: #006cb7;
}
.style2 {
	font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.style3 {
    font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.style4 {
    font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.style5 {
    font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.style6 {
    font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
.style7 {
    font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.style8 {
    font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 13px; 
	color: #666666;
}
.style9 {
    font-family: Myriad Pro, Arial, Gill Sans, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.style10 {
	color: #003366
}
a:link {
    color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
}
a:active {
	text-decoration: none;
}

/* FAQ
-------------*/

#faq ul {
	list-style-type:none;
	width:575px;
	margin:5px auto;
	padding:5px;
}

#faq ul li {
	list-style:none;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}

a.q1, a.q2, a.q3, a.q4, a.q5, a.q6, a.q7, a.q8, a.q9, a.q10, 
a.q11, a.q12, a.q13, a.q14 {
	font-size:14px;
	font-weight:bold;
}

#faq ul li p {
	margin-left:20px;
	margin-bottom:5px;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid blue;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 1px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Myriad Pro, Arial, Verdana, Gill Sans, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: none;
}
.highslide-display-none {
    display: none;
}
