@charset "iso-8859-1";

body {
	color: #888888;
}

a:link {
	color: #0953b9;
	text-decoration:underline;
}
a:visited {
	color: #0953b9;
	text-decoration:underline;
}
a:hover {
	color: #f5760d;
	text-decoration: none;
}
a:active {
	color: #f5760d;
	text-decoration: none;
}



.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic
{
	font-weight: bold;
	font-style: italic;
}

a.contactus-link:link {
	color:#fff;
}
a.contactus-link:visited {
	color:#fff;
}
a.contactus-link:hover {
	color: #fff;
	text-decoration: none;
}
a.contactus-link:active {
	color:#ccc;
	text-decoration: none;
}

.deadlink {
	color: #b4b4b4;
}
