body {
	background-image: url(styles/design/bodyBg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	margin: 0px;
	height: auto;
	width: auto;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	font-weight: normal;
}


.greyColor {color: #666666}
.berseColor {color: #83D1F2}

.centerStuff {
	text-align: center;
}
.boldStuff {
	font-weight: normal;
}
.textsize16 {
	font-size: 16px;
}

.formFields {
	background-color:#E7F3FE;
	color:#000;
}

.frame_color_black {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*--------- BLAB on PROFILE SCROLLER-------------- */
.profileScrollerBlabs {
	width:100%; 
	height:180px; 
	overflow:scroll; 
	overflow-x:hidden;

}
