BODY
{
    background-color: #EEEEEE;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

INPUT, TEXTAREA, SELECT {
	font-family: arial;
	font-size: 10pt;
}

TABLE, TR ,TD {
	font-size: 10pt;
	margin-top: 0px;
  	margin-bottom: 0px;
  	border-spacing: 0px;
  	border-collapse: collapse;
  	background-repeat: no-repeat;
  	border: 0px 0px 0px 0px solid black;
  	padding: 5px;
  	text-align: center;
}

TABLE.MainTable {
  	border: 1px 1px 1px 1px solid black;
	width: 750px;
}
 
#Tree TABLE, #Tree TR , #Tree TD {
	width: 425px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10pt;
  	border: 0px solid #000000;
  	text-align: right;
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: none;
}
A:hover {
	font-weight: bold;
	color: #565656;
	text-decoration: underline;
	background-color: none;
}

A:link.links, A:visited.links, A:active.links {
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A:hover.links {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

IMG {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
}

H1 {
	color: #624756;
	font-size: 16pt;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

H2 {
	color: #000000;
	font-size: 11pt;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

input.button {
	color: #FFFFFF;
	border: 0px;
	padding: 1px;
	margin: 0px;
	cursor: hand;
}

.btn {
	background-color: #a05768;
}

.btnOver {
	background-color: #ac6c7c;
}

