/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */
/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

		

	
.pinktext {
	color: #FF0099;
}
.greentext {
	color: #009900;
}
.indent {
	margin-left: 35px;
}
.greek {
	font-family: Symbol;
}
.border {
	border: medium solid #435D39;
}
.imgfloatleft {
	float: left;
}
.imgfloatrght {
	float: right;
}