body {
	background-color: #6B6B6B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #FF9900}
.top01 {
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
}
.top02 {

	font-family: Tahoma;
	font-size: 32px;
	color: #000000;
}
.mainLinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.mainLinks a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.mainLinks a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.mainLinks a:hover {

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.mainLinks a:active {


	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.mainText {

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.tableBorder01 {
	border: 1px solid #000000;
}
.thumbBorder {

	border: 2px solid #000000;
}
.input {
	border: 1px solid #666666; font-family: Tahoma;
	font-size: 11px; width: 220px;
}
.button {
	border: 1px solid #666666; font-family: Tahoma;
	font-size: 11px; cursor: pointer;
}

/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
    width: 910px;
    padding: 10px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    width: 75px;
	height: 75px;
    margin-right: 10px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    display: none;
    position: absolute;
    top: 25px;
    right: 5px;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
    display: none;
    position: absolute;
    top: 25px;
    left: 5px;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
