.border {
	border: 1px dotted #336699;
	background-color: #EEF7EA;
}
.listing-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #003399;
	margin-bottom: -3px;
}
.listing-text { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.listing-highlight {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009933;
	font-weight: bold;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.side-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/side-bg.png);
	background-repeat: repeat-x;
}
.side-links {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.side-links:hover {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.side-bg {
	background-color: #336699;
	border: 2px solid #003399;
}
.side-bg2 {
	background-color: #3E7CBB;
	border: 2px solid #333333;
}
.side-bg3 {
	background-color: #EEEEEE;
	border: 2px dotted #999999;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
}
.menu-bg {
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
}
