<style type="text/css">
        <!--
        BODY {
        scrollbar-face-color: 000000;
        scrollbar-highlight-color: ffffff;
        scrollbar-3dlight-color: ffffff;
        scrollbar-darkshadow-color: ffffff;
        scrollbar-shadow-color: ffffff;
        scrollbar-arrow-color: ffffff;
        scrollbar-track-color: 000000;
        }
        -->
        </style>

body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ADB6C6;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #868B96;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #000080;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #000080;   }