 /* ------- body -------------------------------------------------------------- */
body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	background: #DFDFDF;
	margin: 0px 0px 0px 0px;
}


 /* ------- h1 class-------------------------------------------------------------- */
h1 {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}


 /* ------- td classes-------------------------------------------------------------- */
td.mainbackground {
	margin-top : 0px; 
	margin-left : 0px; 
	margin-right : 0px; 
	margin-bottom : 0px; 
	background-image:url(images/main_background.jpg);
	background-position:0px 0px;
	background-repeat: repeat-x; 
}
td.mainbackgroundothers {
	margin-top : 0px; 
	margin-left : 0px; 
	margin-right : 0px; 
	margin-bottom : 0px; 
	background-image:url(images/main_background_others.jpg);
	background-position:0px 0px;
	background-repeat: repeat-x; 
}
td.maintext {
	color: 000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 14px;
}
td.bottomnavigation {
	color: 032855;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}

 /* ------- form classes-------------------------------------------------------------- */
input {
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

input.btn { /* button */
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color: #ff9900;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: bold;
	padding: 1px;
}

 /* ------- link classes-------------------------------------------------------------- */
a.greyleftnavigation {
	color: FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.greyleftnavigation:hover {
	color: C3D7EF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
}
a.bottomnavigation {
	color: 032855;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.bottomnavigation:hover {
	color: 000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
}
table.listings {
	color: 000000;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	line-height: 11px;
}
a.listingsl {
	color: 0000ff;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	line-height: 11px;
    text-decoration: none;
}
a.listingsl:hover {
	color: ff0000;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	line-height: 11px;
    text-decoration: underline;
}
table.profile {
	color: 000000;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	line-height: 14px;
}



























