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

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

H1 { font-size: 250%; color: white }

H2 { font-size: 150%; color: black }


td {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color:#000;
	font-weight: normal;
}

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

.txt_title {font-size:xx-large;
			color: #FFF;
			font-weight: bold;
			text-align:center;
}

.txt_center {
	text-align:center;
}

.txt_large_black {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: 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;
}

.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;
}

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

