body, p, ol, ul, td, tr {
	font-family: sans-serif;
}
TABLE {   border: 0px; border-collapse: collapse; padding: 0px; }
TR { border: 0px; }
TD  { border: 0px; }

.grey { color: #999999; }

/* .link { color: #0000ee; } */
.link {
	color: #000;
	background-color: #ccccff;
	padding: 2px;
	border-radius: 3px;
	text-decoration: none;
}

.messages { color: #009900; visibility: hidden; font-style: italic; }

.emaillink { color: #007700; }

.weblink { color: #000099; }

.tellink { color: #0077AA; }

.copiedmsgbox { 
	color: #fff;
	position: absolute; 
	font-style: italic;
	background-color: #007700;
	border-radius: 5px; 
	padding: 5px;
}

.alphabet {
	width: 100%;
	text-align: center;
	background-color: #ccccff;
	padding: 3px;
	border-radius: 3px;
}

.alphalink {
	text-decoration: none;
	color: #000;
}





