
BODY {
	background: #ffffff;
	color : black;
	font-family :  'Helvetica',Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

TD {
	
	color : black;
	font-family :  'Helvetica',Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H1 {
	font-size: 20pt;
	color: black;
}

H2 {
	font-size: 14pt;
	color: #000066;
}

H3 {
	font-size: 13pt;
	color: red;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : black;
	}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}

HR {
	color: navy;
	height: 1pt;
}



.table  {
    border: 4px dotted blue;
	background-color: red ;
	}

.odd  {
     background-color: #ffffff;
	}
	
.even  {
     background-color: #eeeeee;
	}

	
#tablewrapper  {
	
	background-color:blue;
    position:relative;
	width: 600px;
	
	padding: 5px;
	}
	
