a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration:line-through; color: #000000; }
a:active { text-decoration: none; }

body { background-image:url(../images/flower_pattern.jpg); background-repeat:repeat; margin:0px; }


.grey-10 {	font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; text-align: justify; color: #4f4f4f; }
.grey-10-bold {	font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-align: justify; color: #4f4f4f; }
.grey-11 {	font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; color: #4f4f4f; }
.grey-11-bold {	font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: justify; color: #4f4f4f; }

.white-10 {	font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; text-align: justify; color: #ffffff; }
.white-10-bold { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-align: justify; color: #ffffff; }
.white-11 {	font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }
.white-11-bold { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: justify; color: #ffffff; }

.border-grey { border:5px; color:#E6E8E7; }
.border-grey a { border:5px; color:#FFC500; }
.border-grey a:hover { border:5px; color:#FFC500; }

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		width: 590px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 10px solid #E6E8E7;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #ffc500;
		border-width: 5px 5px 5px;
		color: #ffc500;
	}
	#gallery ul a:hover { color: #ffc500; }