/* begin buttons */
.buttonsub
{
	border: 1px solid #999999;
	color: #111111;
	background-color: #C1BFA2;
	font-size: 9px;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
}

.buttonsub:hover
{
	color: #7a0707;
	background: #eeee99;
}
/* end buttons */

/* begin various text types */
.textnormal
{
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.tone
{
	color: #3a3934;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.gold
{
	color: #E0B43E;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.purple
{
	color: #683964;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.purplebold
{
	color: #683964;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* end various text types */

ul.about
{
	list-style-type: square;
	line-height: 1.2;
	margin-top: 5px;
	color: #3a3934;
}

li.about
{
	margin-top: 10px;
}

ul.Hebrew
{
	list-style-type: hebrew;
	margin-top: 5px;
}

