body { 
  background: #f1f0ec url(bg2_black.jpg) repeat-x fixed;  /* blue - #7474a8 */  /* moron - fffdfe */ /*last f2f1f4 */
  margin: 0;
  padding: 0; PADDING-TOP: 50px;
  color: #232323;
  font-family: Georgia, Times, serif;
  font-size: 80%;
}

/* the following CSS will switch Mozilla into 'border-box' model, which is compatible with IE:*/
* {-moz-box-sizing: border-box;} 
P.TitleBig{color: #800000; font-size:12pt; font-family:Arial,verdana, courier new, courier, sans-serif; font-weight:bold;}
P.Title{color: #fbfbfb; font-size:12pt; font-family:Arial,verdana, courier new, courier, sans-serif; font-weight:bold;}
P.Intro{color: #474747; font-size:10pt; font-family:Arial, courier new, courier, sans-serif; line-height: 1.5;}

em {color: #474747;}
ul {color: #474747; font-size:10pt; font-family:Arial, courier new, courier, sans-serif; line-height: 1.5;}
li {color: #474747;}

table.sampletable {
	border: 1px inset #ffffff;
	border-collapse: collapse;
	color: black;
	background-color: #c5c5c5; 
	padding: 3px 3px 3px 3px;
}
table.sampletable th {
	border: 1px inset white; 
	color: white;
	background-color: #445677; 
	padding: 2px 2px 2px 2px;
	font-size:8pt; font-family:Arial,verdana,
}
table.sampletable td {
	border: 1px inset white; 
	padding: 3px 3px 3px 3px; 
	color: black;
}
