body {
	font-family: Arial;
	font-size: 10pt;
	background-color: #999933;
	border: none;
	color: #000000;
	scrollbar-arrow-color:#999933;
	scrollbar-3dlight-color:#999933;
    scrollbar-track-color:#999933;
    scrollbar-darkshadow-color:#999933;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#999933;
    scrollbar-shadow-color: #999933;
}

td {
	font-family: Arial;
	font-size: 12px;
}

th {
	font-family: Arial;
	font-size: 12px;
}

.event_bg {
	font-family: Arial;
	font-size: 12pt;
	background-image: url('../images/event_bg.gif');
	background-repeat: no-repeat;
	border: none;
	}
.small {
	font-family: Arial;
	font-size: 10px;
}

.medium {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.big {
	font-family: Arial;
	font-size: 16px;
}

.bold {
	font-family: Arial;
	font-size: 24px;
}

.expanded {
	font-family: Arial;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}
.sold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.justified {
	font-family: Arial;
	text-align: justify;
}

.footer {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
}

.box1 {
	padding: 3px;
	width: 600px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999933;
}
.box2 {
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #666600;
	padding-top: 3px;
}

.title_bar {
	background-image: url(../images/bar_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.table_border {
	padding: 3px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999933;
}

.tablebg_l {
	background-image: url(../images/table_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.tablebg_r {
	background-image: url(../images/table_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.tblbg_l {
	background-image: url(../images/tbl_bg-l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.tblbg_r {
	background-image: url(../images/tbl_bg-r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#scrollbox {
	overflow: auto;
	width: 550px;
	height:350px;
	align: center;
	border: thin solid #999933;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rc10_wt  {
	background-color: #FFFFFF;
   -moz-border-radius: 15px; 
   -webkit-border-radius: 15px; 
	border: 2px solid #000000;
	padding: 10px;
	margin: 5px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px #999933;
}
.highslide:hover img {
	border: 2px #999933;
}

.highslide-image {
	border: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px #999933;
	border-bottom: #999933;
    background-color: white;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
