.ItemStyle {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: circle;
	
}

.PopItemStyle {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	background-repeat: no-repeat;
	list-style-type: disc;
}

.sub {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bod {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
}
.sub2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
A {     
	font-family: Tahoma;
	font-size: 11px;
        Color : #000000; font-weight: bold;
	text-decoration : none;
}
A:hover {
	font-family: Tahoma;
	font-size: 11px;
	Color : #000000;
	font-weight: bold;
	text-decoration : underline;
}.bodwh {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
}
.sub3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6633;
}
.title {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	font-weight: normal;

}
.title2 {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 32px;
	font-weight: normal;
}
.sub4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.sub5 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
.title3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.title4 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #416a2f;
}
.bodserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
.bodserif2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC3300;
	text-decoration: underline;

}
.bodwhbig {
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


.bodgr1 {

	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #000000;
}
.bodgr1bl {


	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #0066CC;
}

.thumbnail{
position: absolute;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: auto;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */

}

