
 body {
	 font-family: "Helvetica", Sans-Serif;
     color: #000}

h1 {font-size: 22pt}

h2  {font-size: 16pt}

table, th, td{ font-size: 12pt;
	border: 1px solid #000}

.center {text-align: center}

.left {text-align: left}

.right {text-align: right}

.bottom {vertical-align: bottom}

.top {vertical-align: top}

.datatable {
	font-size: 12pt;
	margin: 0;
    border-spacing:0;
    width: 100%;
    border: 0 !important}
	
.datatable th {
	
	color: #000;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
	text-align:left;
	border-spacing:0;
	border: 0 !important;
	}
	
.datatable td {
	padding: 5px 5px;
	vertical-align: bottom;
	border-spacing:0;
	border: 0 !important;
	}
	
.datatable caption {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 3px;
	}

.datatable caption {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 3px;
	}

.datatable2, th, td  {
   border: 1px solid #000;
   border-collapse: collapse;
   padding: 2px}


p {font-size: 12pt}
