/* body style*/

body {
	color: #333333;
	background: #FFFFFF;
	background-position:center;
 	background-repeat:repeat-y; 
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#;
        scrollbar-arrow-color:#9EC340;
        scrollbar-base-color:#9EC340;
        scrollbar-track-color:#9EC340;
        scrollbar-darkshadow-color:#9EC340;
        scrollbar-face-color:#FFFFFF;
        scrollbar-highlight-color:#9EC340;
        scrollbar-shadow-color:#9EC340;
}

/* td, p style*/

p, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
}

/*navigation style*/

a {
	color: #9EC340;
	font-weight: bold;
	text-decoration: none;
}

a:hover {font-weight: color: #9EC340; font-weight: bold; text-decoration: underline;}

a:link {
	color: #9EC340;
	font-weight: bold;
	text-decoration: none;
}

/*misc*/

.navbar {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 130%;
}

.welcome {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}

.intro {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}


.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 140%;
}

.property {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9EC340;
	line-height: 140%;
}

.description {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
}

.close {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	line-height: 100%;
}



