body, td, tr { color: #009; font-size: small; font-family: Tahoma, Geneva, Verdana, sans-serif; }
h1 { font-size : large; }
h2 { font-size : small; }
h3 { font-size : small; }
h4 { font-size : x-small; }
h5 { font-size : x-small; }
h5 { font-size : x-small; }
h1, h2, h3, h4, h5, h6 { color: #090; margin-bottom: 0; padding-bottom: 0; }
	
p { margin-top: 0; padding-top: 0; }
		
.copy   { color: #CCC; font-size: 8pt; }
.footer { color: #009; font-size: 9pt; 	}

a:link    { color: green; text-decoration: none; }
a:active  { color: blue; text-decoration: none; }
a:hover   { color: green; text-decoration: none; }
a:visited { color: #8B0000; text-decoration: none; }

.classSide { font-size : smaller; }		
/* table.classSide,  tr.classSide , td.classSide  { background-color: #DEDEDE; }	*/
table.classSide,  tr.classSide , td.classSide  { background-color: #CDDEF8; }
.classSide a:link    { color: #090; font-weight: 600;}	
.classSide a:hover   { color: #009; }
.classSide a:visited { color: #8B0000; font-weight: 600; }

 ul.classSide {  list-style-image: url(bullet.gif); padding-left: 6px; margin-left: 6px;
					 list-style-position: outside; font-size: small; }
		
.headlink a:link    { color:#090; text-decoration: none; }
.headlink a:hover   { color:#009; text-decoration: none; }
.headlink a:visited { color: #8B0000; text-decoration: none;  }
	
.submenu {left:  0px; position: absolute; top: 0px; visibility: hidden;  }

	
.classGreen  table.classGreen, tr.classGray, td.classGreen { background-color: #CDFFCD; }
.classGray   table.classGray,  tr.classGray, td.classGray  { background-color: #EEEEEE; }


   
   

/* scroller background - BODY */
.Back {
	background: white;
}
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {top: 4px; left: 280px; height: 16px; width: 16px; }
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV use to position the control */
.ArrowDn { top: 205px; left: 280px; height: 16px; width: 16px; }
/* style to be applied to all items' bodies - DIV 	all local stylesheets of external files if any are to be ignored */
.ItemBody { font-family: Tahoma; }

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

.highslide-image {
	border: 10px 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 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;
}
