h4 {

	color: #FF99CC;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 14;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-top: 3px;

}

h5 {

	color: #0066FF;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 9;

	font-weight : normal;

	margin-left: 0px;

	margin-right: 20px;

	margin-bottom: 0px;

	margin-top: 10px;

}

h6 {

	color: #0066FF;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10;

	font-weight : normal;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-top: 0px;

}

img {

	border: 0px;

	border-style: none;

}



A {

	text-decoration: none;

	outline-width: 0;

}



#thumbBox{

border: 8px;

border-color: White;

border-style: solid;

position: absolute;

padding: 0px;

background: transparent;

visibility: hidden;

cursor: pointer;

}



#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */

background-color: White;

}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/

position: absolute;

visibility: hidden;

background-color: White;

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

font-size: 12;

font-weight: bold;

color: #E6578E;

padding: 8px;

}