/* CSS Document */

/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.contentbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.pressbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.pressbody_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.orangebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fb6600;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.blackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #456fc1;
}
.link_text {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #009afe;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 15px;
	text-decoration: underline;
}
.link_text_services {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #009afe;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 15px;
	text-decoration: underline;
}




/*Create css links*/
.link:link {
	color: #0099FF;
	text-decoration: none;
}
.link:visited {
	color: #0099FF;
	text-decoration: none;
}	

.link:hover {
	color: #FF3300;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF3300;
}
