BODY {background-color: #FFFFFF; color: #000000; margin-top: 0px; margin-left: 0px; margin-right: 0px; font-family: georgia; font-size: 13px;}
.subtitles {color: #CC3300; font-family: verdana; font-size: 14pt;}
.stand {font-family: "times new roman", tahoma, verdana; color: #000000; font-size: 12pt; text-align: left; margin: 1em;}
.notes {color: #FF0000; font-size: 8pt; font-family: verdana, arial;}
P {color: #000000; font-size: 10pt; font-family: verdana, arial; font-weight: 500;}
li.benefits {list-style-image: url(graphics/cin-bullet.png); margin-bottom: 7px; color: #6B78A7; font-size: 12pt; font-family: verdana, arial; font-weight: 600;}
li.minis {list-style-image: url(graphics/orange-bullet.gif); margin-bottom: 4px; color: #400000; font-size: 10px; font-family: arial, verdana; font-weight: 500;}
.impress {color: #888888; font-size: 14pt; font-family: verdana, arial; font-weight: 600;}
.impressive {font-size: 16pt; font-weight: 700;}
.impresscin {
	color: #CC3300;
	font-size: 18px;
	font-family: verdana, arial;
	font-weight: 600;
	text-align: left;
}
.login {color: #FF9900; font-family: verdana, arial; font-size: 10pt; text-align: right; font-weight: 600;}
.customer {font-size: 10pt; font-family: arial, verdana; color: #444444;}
.bars {text-align: left; font-size: 14pt; font-weight: 500; color: #eeeeee; font-family: verdana, arial; padding-bottom: 5px;}
.mini {font-size: 10px; font-family: arial;}

.steps {font-size: 16px; font-weight: 600; color: #006000; font-family: verdana, arial; text-align: left;  margin-top: 5px; margin-bottom: 5px;}

.top_ten_cats {font-family: "times new roman", verdana, arial; color: #AA512A; font-size: 12px; font-weight: 600; font-style: italic; text-align: center;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fcef94;
padding: 5px;
left: -1000px;
border: 2px outset #c0c0c0;
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: -190px;
left: 100px; /*position where enlarged image should offset horizontally */

}

