body {
font-family: Verdana;
font-size: 11px;
color: #4D4D4D;
margin-top: 0px;
margin-bottom: 0px;
background-image:url(images/bg.jpg);
background-repeat: repeat-x;
}

A:link{
font-family: Verdana; 
font-size: 11px;
color: #0559CB;
text-decoration: none;
font-weight: normal;
}

A:visited{
font-family: Verdana; 
font-size: 11px;
color: #0559CB;
text-decoration: none;
font-weight: normal;
}

A:hover{
font-family: Verdana; 
font-size: 11px;
color: #2D2D2D;
text-decoration: none;
font-weight: normal;
}

.title1 {
font-family: Arial;
font-size: 16px;
color: #454545;
font-weight: bold;
}

.title_small {
font-family: Verdana;
font-size: 11px;
color: #214178;
font-weight: bold;
}

A.title_small:link{
font-family: Verdana;
font-size: 11px;
color: #214178;
font-weight: bold;
}

A.title_small:visited{
font-family: Verdana;
font-size: 11px;
color: #214178;
font-weight: bold;
}

A.title_small:hover{
font-family: Verdana;
font-size: 11px;
color: #214178;
font-weight: bold;
}	

.footer {
font-family: Verdana; 
font-size: 11px;
color: #ffffff;
}

.mmenu {
font-family: Arial; 
font-size: 12px;
color: #ffffff;
}

A.mmenu:link{
font-family: Arial; 
font-size: 12px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
A.mmenu:visited{
font-family: Arial; 
font-size: 12px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
A.mmenu:hover{
font-family: Arial; 
font-size: 12px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}	

A.leftmenu:link{
font-family: Arial; 
font-size: 11px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
A.leftmenu:visited{
font-family: Arial; 
font-size: 11px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
A.leftmenu:hover{
font-family: Arial; 
font-size: 11px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
}	

A.footer:link{
font-family: Verdana; 
font-size: 11px;
color: #ffffff;
text-decoration: none;
font-weight: normal;
}
A.footer:visited{
font-family: Verdana; 
font-size: 11px;
color: #ffffff;
text-decoration: none;
font-weight: normal;
}
A.footer:hover{
font-family: Verdana; 
font-size: 11px;
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

.welcome {
font-family: Arial; 
font-size: 12px;
color: #2D2D2D;
}

.propertytitle {
font-family: Arial; 
font-size: 15px;
color: #214178;
font-weight: bold;
}

A.propertytitle:link{
font-family: Arial; 
font-size: 15px;
color: #214178;
font-weight: bold;
}
A.propertytitle:visited{
font-family: Arial; 
font-size: 15px;
color: #214178;
font-weight: bold;
}
A.propertytitle:hover{
font-family: Arial; 
font-size: 15px;
color: #0559CB;
font-weight: bold;
}


.inputf {
font-family: Verdana; 
font-size: 11px;
color: #2D2D2D;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888787;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #214077;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
