/* CSS Document */
.contactstext{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}


.contactstable {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.contactstable td{ 
	background-color:#EEE;
	padding:2px;
}

.contactstext a:visited,
.contactstext a:link,
.contactstext a:active{
	color:FA7900;
	text-decoration: none;
	font-weight:bold;
}
.contactstext a:hover{
	text-decoration: underline;
}