body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
p{
font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	}
	
li{
font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	}
.email a:link {  
color: #003399; 
font-family: Arial, verdana, Helvetica, sans-serif;; 
font-size: 11px; 
font-weight: normal; 
text-decoration: none
}
.email a:visited {  
color: #000; 
font-family: Arial, verdana, Helvetica, sans-serif;; 
font-size: 11px; 
font-weight: normal; 
text-decoration: none
}
.email a:hover {  
color: #0092F2; 
font-family: Arial, verdana, Helvetica, sans-serif;; 
font-size: 11px; 
font-weight: normal; 
text-decoration: underline}

	
h1 {
color: #141667;
margin: 0px;
background-color : inherit;
font-family : arial, verdana, sans-serif;
font-weight : bold;
font-size: 15px;
text-decoration: none;
}

table.clients 
{text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 14px;
color: #ff0000;
width: 550px;
background-color: #ccc;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.clients td {
background-color: #fff;
color: #0033CC;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 14px;
padding: 6px;
text-align: left;
border: 1px #ccc solid;}

table.clients td.hed{
background-color: #fff;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #ccc solid;
font-size: 12px;
font-weight: bold;
} 
.markermenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 150px;
border: 0px solid #9A9A9A;
background-color: #141667;
}

.markermenu li a{
background: transparent url(images/arrow-list.gif) no-repeat 2px center;
font: bold 11px tahoma, arial, Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 10px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 166px;
}

.markermenu li a:hover{
color: #00AEEF;
background-color: #transparent;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.markermenu li a:visited, .markermenu li a:active{
color: #fff;
}

.box{
BACKGROUND-COLOR: #fff; 
BORDER: 0px solid #00AEEF;
color: #737373;
font-family : arial, verdana, sans-serif;
font-weight : normal;
font-size : 12px;

}

.bgscrol{
BACKGROUND-COLOR: #fff; 
BORDER: 1px solid #fff;
color: #000;
height: 162px;
font-family : arial, verdana, sans-serif;
font-weight : normal;
font-size : 11px;
background : url(images/bgscrol.gif) repeat-x center;
}
div.scroll {
BORDER-RIGHT: #ccc 1px solid; 
PADDING-RIGHT: 1px; 
BORDER-TOP: #ccc 1px solid; 
PADDING-LEFT: 1px; 
PADDING-BOTTOM: 0px; 
OVERFLOW: auto; 
BORDER-LEFT: #ccc 0px solid; 
WIDTH: 570px; 
PADDING-TOP: 6px; 
BORDER-BOTTOM: #ccc 1px solid; 
HEIGHT: 240px; 
BACKGROUND-COLOR: #fff;
}
* {
    font-family: Arial, Helvetica;
    font-size: 11px;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.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;
    */
}

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;
}