TD, TH, TR, TABLE, P, DIV, DD {
	font-family : Verdana, Arial, sans-serif;
	font-style:  normal;
	font-size : 13px;
}
UL {
	font-family : Verdana, Arial, sans-serif;
	font-style:  normal;
	font-size : 13px;
}
OL {
	font-family : Verdana, Arial, sans-serif;
	font-style:  normal;
	font-size : 13px;
}
CENTER {
	font-family : Verdana, Arial, sans-serif;
	font-style:  normal;
	font-size : 13px;
}
EM {
	font-family : Verdana, Arial, sans-serif;
	font-style:  normal;
	font-size : 13px;
}
input {
	font-family:  Verdana, Arial, sans-serif;
	font-style:  normal;
	font-size : 13px;
}
small {
	font-family:  Verdana, Arial, sans-serif;
	font-style:  normal;
	font-size : 10px;
}
B {
	font-family:  Verdana, Arial, sans-serif;
	font-style:  normal;
    font-weight:  bold;
	font-size : 13px;
}
I {
	font-family:  Verdana, Arial, sans-serif;
	font-size:  13px;
	font-style: italic;
}
STRONG, DT {
	font-family:  Verdana, Arial, sans-serif;
	font-size:  13px;
	font-style:  normal;
	font-weight:  bold;
}
P {
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}
LI {
	font-size : 13px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
}
H1 {
	font-size : 15px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-weight : Bold;
}
H2 {
	font-size : 20px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-weight : Bold;
}
H3 {
	font-size : 20px;
	font-style : normal;
	font-family : Verdana, Arial, sans-serif;
	font-style : normal;
	font-weight : Bold;
}
A {
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}
A:Visited {
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	font-size : 13px;
	text-decoration : none;
}
A:Active {
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #c0c0c0;
	font-size : 13px;
	text-decoration : none;
}
A:Hover {
	color : #c0c0c0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}
BODY {
	font-style : normal;
	font-weight : normal;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	color : Black;
	margin: 0;
	background-image:url(img/bg1.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#belowimg {
	height:11px;
}
.noborder {
	border:none;
}
/* apply the gallery design - links slider */
#gallery_container {
	width:492px;
	height:94px;
	margin:10px auto 10px;
	background:#dfebdf;
	padding:7px 0px 0px;
	display:block;
	position:relative;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container {
	position:relative;
	overflow:hidden;
	width:442px;
	height:90px;
	margin:0px auto 0px;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
	position:relative;
}
#thumbs a {
	padding:0px;
	margin:0px;
}
#thumbs a img {
	border:1px #333333 solid;
}
/* the forward and backward buttons */
.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:101px;
	top:0px;
	right:0px;
	background:url(img/gallery_fwd.jpg) no-repeat;
}
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:101px;
	top:0px;
	left:0px;
	background:url(img/gallery_back.jpg) no-repeat;
}
/* thumbnail slider end */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

