BODY {
      font-family:Arial, Helvetica, sans-serif;
	  font-size: 16px;
	  font-weight: medium;
	  font-style: normal;
	  color: navy;
	  background: white;
      }

B  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: bold;
	color: navy;
}

	
BR  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: navy;
	text-decoration: none;
}


H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	color: Red;
}
H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	color: Navy;
	text-decoration: none;
	vertical-align : middle;
	text-align:middle;
	margin-bottom:18pt;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	color: navy;
	text-decoration: none;
	text-align: center;
	margin-bottom : 18px;
}
H4  {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight: bold;
	 font-style: normal;
	 color: red;
	 text-decoration: none;
	 text-align:left;
}
H5  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: navy;
}
	
H6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: bold;
	color: red;
	text-decoration: underline;
}
	
H7  {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight: bold;
	 font-style: bold;
	 color: navy;
	 text-decoration: underline;
}
 
 
TD  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: navy;
}


A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #31639C;
	text-decoration: none;
}


A:Active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: navy;
	text-decoration: underline;
	font-weight : bold;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: navy;
	text-decoration: none;
	font-weight : normal;
}
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #DC143C;
	text-decoration: none;
	font-weight : bold;
}

