.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txt a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
.txt a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
.txt a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.txt a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

.sx{border: 1px solid #FFFFFF;background-color: #336600;}
.so{border: 1px dashed #FFFFFF;background-color: #669900;}
.sc{FILTER: Alpha(Opacity=70);border: 1px solid #FFFFFF;}
.txt2 a:link {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;

}
.txt2 a:active {


	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F18900;
	text-decoration: none;
}
.txt2 a:visited {



	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F18900;
	text-decoration: none;
}
.txt2 a:hover {




	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.txt2 {


	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txt3 a:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.txt3 a:visited {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.txt3 a:active {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.txt3 a:hover {




	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
.txt3 {





	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 2px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 240px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(http://www.youngyoungs.com/images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 1px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(http://www.youngyoungs.com/images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}