/* Default CSS Stylesheet for a new Web Application project */
a {
	text-decoration:	none;
	color:	#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}	
	
A:hover	{
	text-decoration:	underline;
	color:	#000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.SearchBg {
	background-color: #c9c8c8;
	background-image: url(Images/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.curve {
	background-color: #c9c8c8;
	background-image: url(Images/bottom_curve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.promos	{
	text-decoration:	none;
	color:	#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	
}
.promolink	{
	text-decoration:	underline;
	color:	#CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.promolink:hover	{
	text-decoration:	none;
	color:	#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.tiles {
	background-color: #c9c8c8;
	background-image: url(Images/tiles_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.search {
	background-image: url(Images/search_results.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c9c8c8;

}
.searchtext	{
	text-decoration:	none;
	color:	#000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	
}
.searchgrey {
	background-image: url(Images/search_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.searchfields	{
	text-decoration:	none;
	color:	#cc3300;
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	font-style: normal;

}
.tabletop {
	background-image: url(Images/table_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tablebottom {
	background-image: url(Images/table_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.listing:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
}
.prominentbg {
	background-image: url(Images/preference_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.townlisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC3300;
	text-decoration: none;
}
.searchtips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.categoriessearch {
	background-image: url(Images/categories_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.linktext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.searchtip	{
	text-decoration:	none;
	color:	#CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.searchtip:hover	{
	text-decoration:	underline;
	color:	#CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.clicksearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.clicksearch:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.letter {
	text-decoration:	none;
	color:	#FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}	
	
.letter:hover	{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.maintanance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.enhancedTBG {
	background-image: url(Images/enhanced_TRep.gif);
	background-repeat: repeat-x;
}
.enhancedBRep {
	background-image: url(Images/enhanced_BRep.gif);
	background-repeat: repeat-x;
}

.noborder {
	border: 0;
}
