.size04 {
	font-size:4px
}
.size06 {
	font-size:6px
}
.size08 {
	font-size:8px
}
.size09 {
	font-size:9px;
}
.size10 {
	font-size:10px
}
.size11 {
	font-size:11px;
}
.size12 {
	font-size:12px;
}
.size13 {
	font-size:13px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px
}
.size20 {
	font-size:20px;
}
.size24 {
	font-size:24px;
}
.size28 {
	font-size:28px;
}
.size32 {
	font-size:32px;
}
.size36 {
	font-size:36px;
}
.bold {
	font-weight:700
}
.italic {
	font-style:italic
}
.red {
	color:red;
}
.blue {
	color:#00F
}
.green {
	color:#0F0
}
.yellow {
	color:#FF0
}
.bluedk {
	color:#003
}
.red-dk {
	color:#900
}
.greendk {
	color:#030
}
.black {
	color:#000
}
.white {
	color:#FFF;
}
.greydk {
	color:#333
}
.grey {
	color:#666
}
.greylt {
	color:#999
}
.greyvlt {
	color:#CCC
}
.purple {
	color:#370236
}
.cream {
	color:#E8DC97
}
.brown {
	color:#402000
}
.brownlt {
	color:#4B3108
}
.orange {
	color:#F60
}
.greenmod {
	color:#090
}
.times {
	font-family:"Times New Roman", Times, serif
}
.courier {
	font-family:"Courier New", Courier, monospace
}
.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.arial {
	font-family:Arial, Helvetica, sans-serif
}
.geneva {
	font-family:Geneva, Arial, Helvetica, sans-serif
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif
}
.style1open {
	color:#FCF
}
.thumbnail:hover span {
	visibility:visible;
	top:-120px;
	left:10px
}
.thumbnail2:hover span {
	visibility:visible;
	top:-40px;
	left:10px
}
.thumbnail3:hover span {
	visibility:visible;
	top:-20px;
	left:-180px
}
.thumbnail4:hover span {
	visibility:visible;
	top:-20px;
	left:-100px
}
.thumbnail5:hover span {
	visibility:visible;
	top:-20px;
	left:-60px
}
a.creamlink:link, a.creamlink:visited {
	color:#E8DC97;
	text-decoration:none
}
a.creamlink:hover, a.creamlink:active {
	color:#FFF;
	text-decoration:none
}
a.redlink:link, a.redlink:visited {
	color:#4B3108;
	text-decoration:none
}
a.redlink:hover, a.redlink:active {
	color:#EB4545;
	text-decoration:none
}
.thumbnail, .thumbnail2, .thumbnail3, .thumbnail4, .thumbnail5 {
	position:relative;
	z-index:0
}
.thumbnail:hover, .thumbnail2:hover, .thumbnail3:hover, .thumbnail4:hover, .thumbnail5:hover {
	background-color:transparent;
	z-index:50
}
.thumbnail span, .thumbnail2 span, .thumbnail3 span, .thumbnail4 span, .thumbnail5 span {
	position:absolute;
	background-color:#FFFFE0;
	left:-1000px;
	border:1px dashed gray;
	visibility:hidden;
	color:#000;
	text-decoration:none;
	padding:1px
}
.thumbnail span img, .thumbnail2 span img, .thumbnail3 span img, .thumbnail4 span img, .thumbnail5 span img {
	border-width:0;
	padding:2px
}

