body { font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	margin: 10px, 10px ;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: left;
	font-size: 1.0em;
	}
a:link {  color:#000099; text-decoration: none;  }
a:visited {  color:#003399; text-decoration: none;  }
a:hover {  color:#006699; text-decoration: none;  }
a:active {  color: #000000; text-decoration: none;  }
h1 { color: #000099;
	font-size: 5.0em;
	text-align: left; 
	}
h2 { color: #000099;
	text-align: left; 
	}
h3 { color: #000099;
	text-align: center; 
	}
p {
	text-align: left;
	page-break-after: auto;
	}
ul { list-style-image: url(bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px;
	text-align: left;
	}
dl {  text-align: left;  }
table {
	background-color : transparent;
	font-size: .8em;
	page-break-after: auto;
	}
#main  {
	width: 740px;
	text-align: center;
	}
.pageBreak  {  page-break-after: always;  }
.red {  color: #ff0000;  }
.bold {  font-weight: bold;  }
.centr {  text-align: center;  }
.small {  font-size: small;  }
.smaller {  font-size: smaller;  }
.xsmall {  font-size: x-small;  }
