body {
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-image: url(/images/bgimage.gif);
	margin: 0px;
}

body, th, td {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

h2 {
	margin: 0px;
	margin-bottom: 15px;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

.col1 {
	background-color: #993300;
}

.col2 {
	background-color: #F4C878;
	border-left: 1px solid #fffcee;	
}

.col3 {
	background-color: #FFFCEE;
	background-image: url(/images/bg_col3.gif);
}

.homecol1 {
	background-color: #993300;
}

.homecol2 {
	background-color: #F4C878;
	border-left: 1px solid #fffcee;
	text-align: center;
}

.homecol3 {
	background-color: #3E330B;
	border-left: 1px solid #fffcee;
}

.homecol4 {
	background-color: #FFFCEE;
	border-left: 1px solid #fffcee;
	border-right: 1px solid #fffcee;
}

.maintable {
	border-left: 1px solid #fffcee;
}

.headerimage {
	margin-top: 50px;
	margin-left: 233px;
}

.bborder {
	border-bottom: 1px solid #fffcee;
}

.tbborder {
	border-top: 1px solid #fffcee;
	border-bottom: 1px solid #fffcee;
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.caltable td {
	vertical-align: top;
}

.altrow {
	background-color: #EEEEEE;
}

.epad {
	display: none;
}

.transtl {
	clear: both;
	margin-top: 20px;
	
}

.transth {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align:center;
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #A8A68B;
}

.copyright a {
	color: #A8A68B;
}

.homecopyright {
	font-size: 10px;
	text-align: center;
	color: #CC9955;
}

.homecopyright a {
	color: #CC9955;
}

/* Highslide CSS */

.highslide {
    cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {

}
.highslide:hover img {

} 

.highslide-wrapper {

}
.highslide-image {
	border: 3px solid #fff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: none;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.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;
}
a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

