body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #dadada; 
	scrollbar-highlight-color: #cecece; 
	scrollbar-shadow-color: #cecece; 
	scrollbar-3dlight-color: #cecece; 
	scrollbar-arrow-color: #878787; 
	scrollbar-track-color: #c3c1c1; 
	scrollbar-darkshadow-color: #a598c6;
}

.greysmall {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #949292;
}
.copyrights {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.copyrightsblack {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
}
.pagetitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #9d6fad;
	letter-spacing: 1px;
	word-spacing: 3px;
}
.bodytext {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #6c6a6a;
	line-height: 18px;
}
.title {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #6c6a6a;
	
}
.vt {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #6c6a6a;
	
}

.brdrw{
	border: 2px solid #ffffff;
	
}
A:hover.title {
	FONT-WEIGHT: bold;
	COLOR: #a2a1a1; 
	TEXT-DECORATION: none;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.blacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
title_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}

/* 	JCarousel CSS	*/

a img {
	border:none;
}
	.jcarousel-container {
		position:relative;
		clear:both;
		width:600px;
		margin:1px auto 0 auto;
		padding:0 30px;
	}
	.jcarousel-clip {
		z-index: 2;
		padding: 0;
		margin: 0;
		overflow: hidden;
		position: relative;
	}
	.jcarousel-list {
		z-index: 1;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.jcarousel-item {
		float: left;
		list-style: none;
		/* We set the width/height explicitly. No width/height causes infinite loops. */
		width:80px;
	}
	/***  Horizontal Buttons ***/
	.jcarousel-next-horizontal {
		position:absolute;
		top:10px;
		right:5px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background:  transparent url(../images/jcarousel_next.png) no-repeat 0 0;
	}
	.jcarousel-next-horizontal:hover {
		background-position: -32px 0;
	}
	.jcarousel-next-horizontal:active {
		background-position: -64px 0;
	}
	.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {
		cursor: default;
		background-position: -96px 0;
	}
	.jcarousel-prev-horizontal {
		position:absolute;
		top:10px;
		left:5px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(../images/jcarousel_prev.png) no-repeat 0 0;
	}
	.jcarousel-prev-horizontal:hover {
		background-position: -32px 0;
	}
	.jcarousel-prev-horizontal:active {
		background-position: -64px 0;
	}
	.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
		cursor: default;
		background-position: -96px 0;
	}
/* 	JCarousel Big Image	*/
	#feature_gallery {
		height:325px;
		width:700px;
		margin:auto;
		display:block;
		background-color: #F2F2F2;
		padding: 10px;
		border: 1px solid #DADADA;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	ul#feature_gallery_pager {
		display:block;
		margin:auto;
		overflow:hidden;
		height:65px;
	}
	#feature_gallery ul.menu li a:hover {
	}
	ul#feature_gallery_pager li a {
		overflow:hidden;
		width:80px;
		height:60px;
		padding:2px;
		float:left;
		display:block;
	}
	ul#feature_gallery_pager li {
		margin:0 2px;
		padding:0 0 10px 0;
	}
	#feature_gallery ul.menu a.activeSlide {
		background:url(../images/arrow.png) no-repeat;
	}
	#feature_gallery .bigimgs {
		overflow:hidden;
		background-color:#000;
		height:260px;
		width:700px;
		border:2px solid #fff;
		position:relative;
		margin:0 auto;	 
	}
	#feature_gallery img.change {
		width:700px;
		position:relative;
	}
	#feature_gallery img.thumb {
		width:80px;
		height:51px;
	}
	#output{
		width:500px;
		margin:1em auto;
		display:block;
		clear:both;
	}