body {
  font-family: "Times New Roman", Times, serif;
  font-size: medium;	
  color:#000000;
}

p {
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color:#000;
	text-align: justify;
	font-weight: normal;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: normal;
	color:#000;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color:#000000;
}

.txt_center {
	text-align:center;
}

.txt_large_black {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: #000;
}

.txt_large_white {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.txt_medium_black {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000;
}

.txt_medium_white {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

.txt_small_black {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.txt_large {
	font-size: large;
	font-weight: bold;
}

.txt_black {
	color: #000;
}
.txt_red {
	color: #F00;
}

.txt_white {
	color: #FFF;
}
.txt_xlarge_white {
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
}

.txt_xlarge_red {
	font-size: x-large;
	font-weight: bold;
	color: #F00;
}

.txt_xlarge {
	font-size: x-large;
	font-weight: normal;
}

.txt_xxlarge {
	font-size: xx-large;
}

.txt_xxlarge_white {
	font-size: xx-large;
	font-weight: bold;
	color: #FFF;
}

