@charset "utf-8";
/* CSS Document */
a:link {
	color: #134BC2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #134BC2;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #8698EA;
}
.jukeboxSub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.jukeboxHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.jukeboxClose {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.headline {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #134bc2;
	font-weight: bold;
}

.bodyText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #134bc2;
}
.bodySmlWhite {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.navs {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #134BC2;
	font-weight: bold;
}
.bodySmlWhiteBold {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
.bodyTextBold {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #134bc2;
	font-weight: bold;
}
.bodyText12 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #134bc2;
	font-weight: bold;
}
.buttonAsLink{
	font-family:       Arial, Helvetica, sans-serif;
	font-size:         16px;
	color:             #134bc2;
	background-color:  #d2d2d2;
	font-weight:       bold;
	padding:           3px 0;
	border-width:      0;  
	cursor:            pointer;
	width:             100px;
	}
.titleAbout {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
}
.aboutText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.aboutTextBold {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}
.samplesText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 18px;
}
.bodySmlgrey {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
}
