@charset "UTF-8";

.contact_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#contact_bg {
	background-image: url(support/text_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 290px;
	height: 332px;
	padding-top:10px;
	
	
}

#email_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:15px;

}

#email_space{
	padding-bottom:10px;
}

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