body {
	background-color: #e0e0e0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.grid td {
	padding-right: 5px;
}

.cite {
	font-weight: bold;
	text-align: right;
	margin-right: 13px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.disclaimer {
	color: red;
}

.disclaimer a {
	color: red;
}

table#master {
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div#footer {
	text-align: center;
	margin-top: 20px;
}

div#footer p {
	margin: 0;
	padding: 0;
}

.content p {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-right: 13px;
	letter-spacing: 1px;
	text-align: justify;
	text-indent: 2em;
}

.content img {
	float: right;
	margin-right: 13px;
}

.sml {
	letter-spacing: 0;
	text-indent: 0;
}

.tree ul {
	margin: 0px;
	margin-left: 13px;
	padding: 0px;
	list-style-type: none;
	width: 262px; /* Width of menu items */
}
.tree li {
	position: relative;
	width: 262px; /* Width of menu items */
}

.tree li a {
	width: 262px;
	font-size: 18px;
	line-height: 30px;
	border: 0pt none;
	background: #cc0033;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;	
	margin-bottom: 5px;
	padding: 4px 5px;
	text-indent: none;
}

.tree li a:hover {
	background: #b0001a;
}

.lst {
	padding-right: 15px;
	text-align: right;
}