.tdCtr {  text-align: center}

.tdLeft {  text-align: left}

.tdRight {  text-align: right}

BODY {
	background-image:url(../images/tile_back.gif);	
	}

p {
	font-size: 11pt;
	color : #6633CC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight:bolder;
	margin: 12px;	
}

A:hover {
  font-weight:bold; 
	font-weight:bolder;
	text-decoration:underline
}

a:link {
	color: #6633CC;
	text-decoration: none;
}

a:visited {
  color: #6633CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6633CC;
}

a:active {
	color: #0F4275;
	text-decoration: none;
}


