a:link, a:visited, a:active {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

.welcome-gray-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 18px;
}
.news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 4A4A4A;
	text-decoration: none;
}
.featured-project-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	text-decoration: none;
}
.dot-line {
	background-image:url(images/dot-line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.dot-line-horiz {
	background-image:url(images/dot-line-horiz.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.textfiled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid D3D2D2;
}
.testimonial-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	text-decoration: none;
	font-size: 11px;
}
.inputform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	text-decoration: none;
	border: 1px solid #666666;
}
input.radio { 
	background : #e3e3e3;
	color: #000000;
}
.uldomain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 14px;
}