@charset "ISO-8859-1";


a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

.bodyText {
	font-family: trebuchet ms, verdana, arial, sans_serif;
	font-size: 12px;
	line-height: 18px;
	color: #0066FF;
}

.bodyText a:link {
	color: #0066FF;
	text-decoration: none;
}
.bodyText a:visited {
	text-decoration: none;
	color: #0066FF;
}
.bodyText a:hover {
	text-decoration: underline;
	color: #005daa;
}
.bodyText a:active {
	text-decoration: none;
	color: #0066FF;
}

.bodyTextWhite {
	font-family: trebuchet ms, verdana, arial, sans_serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}


.bodyTextBlue {
	font-family: trebuchet ms, verdana, arial, sans_serif;
	font-size: 12px;
	line-height: 18px;
	color: #005daa;
}


.sideNote {
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: 6db33f;
}
.subhead {
	font-family: "trebuchet ms", verdana, arial, sans_serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-weight: bolder;
	vertical-align: text-bottom;
}

.subhead a:link {
	color: #0066FF;
	text-decoration: none;
}
.subhead a:visited {
	text-decoration: none;
	color: #0066FF;
}
.subhead a:hover {
	text-decoration: underline;
	color: #0066FF;
}
.subhead a:active {
	text-decoration: none;
	color: #0066FF;
}

.head {
	font-family: trebuchet ms, verdana, arial, sans_serif;
	font-size: 14px;
	line-height: 18px;
	color: 005daa;
	font-weight: bold;
	vertical-align: text-bottom;
}
.bodyBullets {
	font-family: trebuchet ms, verdana, arial, sans_serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(images/bullet.jpg);
}

.bodyBullets a:link {
	color: #0066FF;
	text-decoration: none;
}
.bodyBullets a:visited {
	text-decoration: none;
	color: #0066FF;
}
.bodyBullets a:hover {
	text-decoration: underline;
	color: #005daa;
}
.bodyBullets a:active {
	text-decoration: none;
	color: #000000;
}

.bodyTextWhiteSmall {
	font-family: trebuchet ms, verdana, arial, sans_serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}
.bodyTextWhiteSmall a:link {
	color: #E0922F;
	text-decoration: none;
}
.bodyTextWhiteSmall a:visited {
	text-decoration: none;
	color: #E0922F;
}
.bodyTextWhiteSmall a:hover {
	text-decoration: underline;
	color: #E0922F;
}
.bodyTextWhiteSmall a:active {
	text-decoration: none;
	color: #E0922F;
}



.headBig {
	font-family: "trebuchet ms", verdana, arial, sans_serif;
	font-size: 18px;
	line-height: 18px;
	color: 005daa;
	font-weight: bold;
	vertical-align: text-bottom;
}
