 
html{
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
padding:0;
height:100%;
border:none;

}

body {
background: url('./images/bg.jpg');
background-repeat: no-repeat;
background-position: top center;
margin:0;
padding:0;
height:100%;
border:none;
color: #808080;
background-color: #000000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.topfont{
font-size: 10px;
color: #000000;
font-weight: bold;
}

td.topfont2{
font-size: 10px;
color: #FFFFFF;
font-weight: bold;
}

td.font2{
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
}

td.font1{
font-size: 10px;
color: #FFFFFF;
}

table.maintable{

width: 900px;
height: 100%;
}


table.table_spacer{
margin-top: 10px;
}


.td { font-size: 10px; }

a:link { color: #f00 }

a:visited { color: #f00 }

a:hover { color: #ff5300 }

a:active { color: #ff5300 }


.highslide {
	cursor: url(./highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}

.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-move {
    cursor: move;
}
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}

