/* body style*/

body {
	color: #333333;
	background: #FFFFFF;
	background-position:center;
 	background-repeat:repeat-y; 
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#40AE49;
        scrollbar-arrow-color:#40AE49;
        scrollbar-base-color:#40AE49;
        scrollbar-track-color:#40AE49;
        scrollbar-darkshadow-color:#40AE49;
        scrollbar-face-color:#FFFFFF;
        scrollbar-highlight-color:#40AE49;
        scrollbar-shadow-color:#40AE49;
}

/* 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: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {font-weight: color: #FFFFFF; font-weight: bold; text-decoration: none;}

a:link {
	color: #000000;
	font-weight: normal;
	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%;
}


.tinytext {
	font-family: geneva, verdana, sans-serif;
	font-size: 7px;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
}



