.whitebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.copyrighttext {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #87ADB9;
	text-decoration: none;
}

.copyrighttextdark {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #A58957;
	text-decoration: none;
}

.copyrighttextlink {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #1F4855;
	text-decoration: none;
}

.whitesmall {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.yellowsmall {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}

.whitebodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.blackbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.blacktabletext {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.greentabletextbold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #00602E;
	text-decoration: none;
}

.blacktabletextbold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.greenbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #00602E;
	text-decoration: none;
}

.greenbodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #00602E;
	text-decoration: none;
}

.navybluebodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000260;
	text-decoration: none;
}

.brownbodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #602B00;
	text-decoration: none;
}

.mauvebodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #5D0060;
	text-decoration: none;
}

.maroonbodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #BD1516;
	text-decoration: none;
}

.orangebodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #C96300;
	text-decoration: none;
}

.blackbodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.mainlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #E9FF83;
	text-decoration: none;
}

.visitedlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.visitedblacklinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.mainlinkslocation {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #2D5757;
	text-decoration: none;
}

.mainlinksgallery {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #602B00;
	text-decoration: none;
}

#dropinboxv2cover{
width: 450px; /*change width to desired */
//height: 350px;  /*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: 100001;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 440px; /*change width to above width-20. */
//height: 340px; /*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;
z-index: 100000;
padding: 8px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

