input.FORMtextbox {
    height :14px;
	background-color: #FFFFFF;
	font-family : Verdana;
	font-size : 10px;
		font-weight : normal;
		color : #000000;
		border-style : solid;
		border-color : Black;
				border-width : 1px;
}
input.FORMbutton {
	 height :28px;
	 width: 144px;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background: url(images/button2.gif) no-repeat;
	border-style : none;
		border-width : 0;
		font-size : 5px;
		font-weight : normal;
		color : #FFFFFF;
		
		}
select.FORMselect {
	background-color: #43658A;
	font-family : Verdana;
	font-size : 10px;
		font-weight : normal;
		color : #FFFFFF;
		border-style : solid;
		border-color : Black;
				border-width : 1px;
}
TEXTAREA.FORMquestion {
	height :35px;
	background-color: #FFFFFF;
	font-family : Verdana;
	font-size : 10px;
		font-weight : normal;
		color : Black;
		border-style : solid;
		border-color : Black;
				border-width : 1px;
}

TD.textCONTACT {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
BODY.bodyBACKGROUND {
	background-color: #B0BAC2;
	background-image: url(images/site_background2.jpg);
	background-repeat: repeat-x;
}
TD.footer {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: Black;
}
TD.footerTAG {
	font-family: Arial;
	font-size: 11px;
	color: Navy;
}

A.linkFOOTER {
	font-family: Arial;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
}

A.linkFOOTER:visited {
	font-family: Arial;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
}

A.linkFOOTER:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
TD.textBODY {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

A.linkBODY {
	font-family: Verdana;
	font-size: 12px;
	color: Blue;
	text-decoration: underline;
}

A.linkBODY:visited {
	font-family: Verdana;
	font-size: 12px;
	color: Blue;
	text-decoration: underline;
}

A.linkBODY:hover {
	font-family: Verdana;
	font-size: 12px;
	color: Blue;
	text-decoration: none;
}

TD.textSTORIES {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 220px;  /*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: 300px; /*change width to above width-20. */
height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: #E1E3FF;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}