/* CSS Document */
.navigation {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066FF;
	display: inline;
}
.categories {
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
}
.categories:link{color:#0033FF}
.categories:visited{color:#0033FF}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: none;
	color: #0066FF;
}
.blinkorder {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	float: none;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.featuredpro {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.email {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0066;
	text-decoration: none;
}
.scat {

	font-size: 16px;
	text-decoration: none;
	line-height: normal;
}
a {
text-decoration:none;
color:blue;}
a:hover {
text-decoration:none;
color:red;}