body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(/images/bg_page.gif);
}

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

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

a:hover {
	text-decoration: none;
}

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

h1 {
	display:none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #FFCC00;
	text-transform: uppercase;
	text-shadow: #000000 2px 2px 2px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #CCC;
	font-weight: normal;
	text-transform: none;
	padding: 0px;
	margin: 0px;
}

.epad {
	display:none;
}

table {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
}

li {
	list-style-type: square;
	color: #3333CC;
}

li:hover {
	list-style-type: square;
	color: #CC6600;
}

dt {
	list-style-type: square;
}

.subnav dl {
	margin: 0px;
	margin-left: 5px;
	color: #958B7F;
	list-style-type: none;
}

.subnav dt {
	margin-bottom: 3px;
	color: #958B7F;
}

.subnav a {
	text-decoration: none;
	color: #958B7F;
}

.subnav a:hover {
	text-decoration: none;
	color: #FFCC00;
}


/* 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 #000;
}
.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;
}