.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
}

.arialmaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A02120;
	text-decoration: none;
}

.title {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #A02120;
	text-decoration: none;
}



.arialmaroonlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A02120;
	text-decoration: underline;
}

.bodytextgrey {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #5f5f5f;
	line-height: 12px;
	text-decoration: none;
}

.bodytextblack {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bodytextmaroon {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #A02120;
	text-decoration: none;
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.whiteboldlink {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.whitetext {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.copyrighttext {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #F77E7E;
	text-decoration: none;
}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
}

#dropinboxv2cover{
width: 520px; /*change width to desired */
//height: 450px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 500px; /*change width to above width-20. */
//height: 250px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid black; /*Customize box appearance*/
background-color: #ffffff;
padding: 8px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}