
body {
	margin: 0;  padding: 0;  margin-bottom: 15px;  margin-top: 8px;
	background:  #990099;;
	background-image: url(000.bmp);
}
body, td {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	}

#subTitle {
	background: gray;  color: "white";  padding: 4px;  font-weight: bold; text-align: "right"; 
	}
#footer {
	background: gray;  color: "white";  padding: 0px;  text-align: "center"; font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	}



a:link    { text-decoration: underline;  color: "white"; }
a:visited { text-decoration: underline;  color: "white"; }
a:hover   { text-decoration: underline;  color: "white"; }
a:active  { text-decoration: underline; }

#pageContent {
	clear: both;
	border-bottom: 6px solid #000;
	padding: 10px;  padding-top: 20px;
	line-height: 1.65em;
	background-image: url(fond.bmp);
	background-position: top right;

	}


.imgLeft  { float: left;   margin-right: 10px;  margin-bottom: 10px; }
.imgRight { float: right;  margin-left: 10px;   margin-bottom: 10px; }

hr { height: 1px;  color: #000;  background-color: #000;  margin-bottom: 15px; }

h1 { margin: 0;  font-weight: bold;  font-size: 2em; }
h2 { margin: 0;  font-weight: bold;  font-size: 1.6em; }
h3 { margin: 0;  font-weight: bold;  font-size: 1.3em; }
h4 { margin: 0;  font-weight: bold;  font-size: 1.18em; }


.hide { display: none; }
.tableWidth { min-width: 400px; }

.tblRegular       { border-collapse: collapse; }
.tblRegular td    { padding: 6px;  background-image: url(fade.gif);  border: 2px solid #99c; }
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
.tblNoBorder td   { border: 0; }


HTML {	scrollbar-3d-light-color: white;
           scrollbar-arrow-color: white;
           scrollbar-base-color: gray;
           scrollbar-dark-shadow-color: black;
           scrollbar-face-color: gray;
           scrollbar-highlight-color: white;
           scrollbar-track-color: white;
           scrollbar-shadow-color :navy
	}