body
{
	line-height: 1.6em;
}

#aboutimage
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 0px solid #69c;
}
#aboutimage th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
        width: 20%
	color: #422a1d;
}
#aboutimage tbody
{
	background: #D6CCA4;
}
#aboutimage td
{
	padding: 7px;
	color: #422a1d;
        width: 20%;
	border-top: 1px dashed #fff;
}
#aboutimage tbody tr:hover td
{
	color: #422a1d;
	background: #bda971;
}

#aboutimage2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 0px solid #69c;
}
#aboutimage2 th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
        width: 50%
	color: #422a1d;
}
#aboutimage2 tbody
{
	background: #D6CCA4;
}
#aboutimage2 td
{
	padding: 7px;
	color: #422a1d;
        width: 50%;
	border-top: 1px dashed #fff;
}
#aboutimage2 tbody tr:hover td
{
	color: #422a1d;
	background: #bda971;
}