body {
	
}

.bold {
	font-weight: bold;
}

.banr1 {
	font-family: Arial;
	font-size: x-large;
	color: Red;
}

.banr2 {
	font-family: Arial;
	font-size: larger;
	color: #990000;
}


a:active {
	color: #000066;
}

a:visited {
	color: #000066;
}

a:link {
	color: #CC0000;
}

td.arial {
	font-family: Arial;
	font-size: small;
	text-align: center;
	color: Navy;
}

p.arial {
	font-family: Arial;
	font-size: small;
	text-align: justify;
	color: Navy;
}

p.arial_1 {
	font-family: Arial;
	font-size: small;
	text-align: justify;
	color: #000066;
}

p.arial_2 {
	text-align: left;
	font-family: Arial;
	font-size: x-small;
	color: #CC0000;
	font-weight: normal;
}

p.arial_3 {
	text-align: left;
	font-family: Arial;
	font-size: x-small;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

p.arial_4 {
	text-align: justify;
	font-family: Arial;
	font-size: x-small;
	color: #CC0000;
	font-weight: lighter;
	font-style: normal;
}






