@charset "UTF-8";
.h1 {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.h2 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.h3 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.basictext-black {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.basictext-white {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.bigtext-white {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	color: white;
}
.bigblackbold {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.style4 .bigredbold {
	font-size: large;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.stylewhitesmall {
	font-family: Arial, Geneva;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.hiddengreysmall {
	font-family: Arial, Geneva;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.blackbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.imageBox:hover{
outline: 2px solid black;
outline-offset: -1px;
box-shadow:0px 0px 0px 2px white;
}