/* CSS Document */


.style1 {color: #FFFFFF}
.style2 {color: #B1D9F1}


<style type="text/css">

.link1 a:link { color: #B1D9F1; text-decoration: none;}
.link1 a:visited { color: #B1D9F1; text-decoration: none;}
.link1 a:hover { color: #FFFFFF; text-decoration: underline;}
.link1 a:active {
	color: #B1D9F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}

.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #B1D9F1;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}
.boldtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;

}
.bodycopylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #113244;
	list-style-type: circle;

}
.bodycopywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: circle;

}
.headcopywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: circle;

}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #02344C;
	text-decoration: none;
	font-style: normal;

}
</style>
.darklink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.darklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #02344C;
}
.smallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;
}
.headline2006 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #02344C;
}
.headlinetimeline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #5C8398;
}
.bodysmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;
}
.bodysmallboldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #424242;
	list-style-type: circle;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	list-style-type: circle;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.franz:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
a.franz:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #686868;
	font-size: 12px;
}
a.franz:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #113244;
	font-size: 12px;
}
a.franz:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #545454;
	font-size: 12px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -150px;
	left: 20px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	vertical-align: top;
	width: 30px;
	height: 22px;
}

.hoverbox li
{
	background: #FFFFFF;
	border-color: #ddd #bbb #aaa #ccc;
	position: relative;
	visibility: inherit;
}

.hoverbox .preview
{
	
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 150px;
}
