body {
	font-family: "Arial", Times, serif;
	font-size: 14px;
	color: white;
	
}

td {
	font-family: "Arial", Times, serif;
	font-size: 14px;

}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
}
.smallRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
}
.justified {
	text-align: justify;
}

.headAr {
	font-family: "Arial", Arial, serif;
	font-size: 18;
	text-align: center;
	font-weight: bold;
}
.headAr1 {
	font-family: "Arial", Arial, serif;
	font-size: 14;
	text-align: left;
	font-style: italic;
}
.Pright {
	font-family: "Arial", Arial, serif;
	font-size: 14;
	text-align: right;
}
a:link {
	color: #BCE4ED;
}

a:visited {
  color: #BCE4ED;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}