a {
	text-decoration : none;
}
h1 {
	color: #ff9900;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt;
	font-family: lucida sans unicode,  sans-serif;
	margin: 50px 50px 5px 50px;
}

h2 {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 13pt;
	font-family: lucida sans unicode,  sans-serif;
	margin: 50px 50px 5px 50px;
}

h3 {
	color: #5E5E5E;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	font-family: lucida sans unicode,  sans-serif;
	margin: 2px 2px 2px 7px;
}

h4 {
	color: #ff9900;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	font-family: lucida sans unicode,  sans-serif;
}

h5 {
	color: #ff9900;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	font-family: lucida sans unicode,  sans-serif;
}

h6 {
	color: #ff9900;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13pt;
	font-family: lucida sans unicode,  sans-serif;
	margin: 10px 5px 0px 0px;
}

h7 {
	color: #ff9900;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11pt;
	font-family: lucida sans unicode,  sans-serif;
}

p {
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	font-family: lucida sans unicode, sans-serif;
	margin: 0px 50px 50px 50px;
}

b {
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12pt;
	font-family: lucida sans unicode, sans-serif;
	margin: 5px 50px 5px 50px;
}
a:link {
	color: #ff9900;
}
a:hover {
	color: #ff9900;
}
a:visited {
	color: #ff9900;
}

.tdMenu
{
    height: 13px;
    background-color: #1A1A1A;
    text-align: center;
    border: 0;
    vertical-align:middle;
    color: #ff9900;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	font-family: lucida sans unicode,  sans-serif;
	border-style: none;
	border-width: 0;
	border-collapse:inherit;
}