@charset "ISO-8859-1";

body 

.fonttimes {
	font-family: "Times New Roman", Times, serif;
}

.size-xx-small-bold {
	font-size: xx-small;
	font-weight: bold;
}

.size-x-small-bold {
	font-size: x-small;
	font-weight: bold;
}

.size-small-bold{
	font-size: small;
	font-weight: bold;
}
.size-medium-bold {
	font-size: medium;
	font-weight: bold;
}

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

.size-xlg-bold {
	font-size: x-large;
	font-weight: bold;
	text-align: center;	
}	
	
}
.align-center {
	font-weight: bold;
	text-align: center;
}


a:link {
	color: #00F;
}

a:visited {
	color: #00F;
	text-align: center;
}

}

table tr td {
	text-align: center;
}

table tr td {
	text-align: left;
}

table tr td {
	font-weight: bold;
}

.last-update {
	font-size: medium;
	color: #060;
}

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

.color-green {
	color: #060;
}
