@charset "utf-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.top {
	background-image: url(img/top.jpg);
	height: 187px;
	background-repeat: no-repeat;
	background-position: left top;
}
.main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D65400;
	border-left-color: #D65400;
}
.bot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(img/bot.jpg);
	background-repeat: repeat-x;
	height: 25px;
}


p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #900;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.O {
	border: 1px solid #DB5B02;
}
.highslide1 {cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}