/* CSS Document */
body {
background-image:url(images/body_bg.jpg);
background-repeat: repeat-x;
background-color: #121314;
font-family: Tahoma;

}
.main {
border: 1px solid #B0B0B0;
}
.maintext {
background-image:url(images/in_mainbg.jpg);
background-color: #212832;
background-repeat: no-repeat;
font-family: Tahoma;
font-size: 11px;
color: #ffffff;
}
hr {
color: #999999;
height: 1px;
margin-top: 10px;
margin-bottom: 15px;

}

.propSmall {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #00CC00;
	text-decoration: none;
}

A.propSmall:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #00CC00;
	text-decoration: none;
}

.paging {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

A.paging:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.client {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #FAB000;
	text-decoration: none;
}

A.client:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #FAB000;
	text-decoration: none;
}
