/* CSS Document */

a:link {
	color: #9933CC;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a:active {
	color: #9933CC;
	text-decoration: none;
}


.linkswhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #0099FF;
	text-decoration: none;
}
.linkswhite a:active {
	color: ffffff;
	text-decoration: none;
}

.commercial {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FF6600;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.rental {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #009900;
	list-style-position: inside;
	list-style-type: none;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.advanced {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #9900FF;
	border-top-color: #FFFFFF;
	background-color: #FFFFFF;
}
