/* contact form css */

 {
	color:#000000;
}

#ContactForm table {
	color: #624668;
	font-family:verdana, tahoma, arial;
	font-size:12px;
}

#ContactForm .leftc {
	font-weight:bold;
	color:#624668;
	text-align: right;
	border: none;
}

#ContactForm .rightc {
	color:#624668;
	text-align: left;
	border: none;
}

#ContactForm a:link {
	color: #624668;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#ContactForm a:visited {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #624668;
	text-decoration: underline;
}

#ContactForm a:hover {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #DE3A6E;
	text-decoration: underline;
}

#ContactForm a:active {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #624668;
	text-decoration: underline;
}