
.formTags
{
	background-color: #CECECC;
	border: 1px solid #000000;
	font: normal 10px Arial;
	color: #000;	
}

.contactTextNormal
{
	font-family: Arial;
	font-size: 12px;
	font-weight: smooth;
	color: #000000;
}

.contactTextNormal a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.contactTextNormal a:hover
{
	text-decoration: underline;
}

.contactTextBold
{
	font: Bold 12px Arial;
	color: #000;
}

.contactTextBold a
{
	font: Bold 12px Arial;
	color: #000;
	text-decoration: underline;
}

.contactTextBold a:hover
{
	text-decoration: underline;
}