/* CSS Document */
body
{
	background-color: #000000;
	color: #C2C7CB;
	margin-top: 0px;
	margin-left: 0px;
	margin: 0px;
}
.textlg {
    font-family: "arial";
    color: #666666;
    font-size: 15pt;
}
.text {
    font-family: Arial;
color: #666666;
text-decoration: none;
word-spacing: 0.7px;
text-align: justify;
letter-spacing:0.5px;
line-height: 1.9em;
font-size: 10px;
margin-top: 0px;
padding-bottom:9px;
padding-left:5px;
}

.textsm {
    font-family: Arial;
color: #666666;
text-decoration: none;
word-spacing: 0.7px;
text-align: justify;
letter-spacing:0.5px;
line-height: 1.9em;
font-size: 9px;
margin-top: 0px;
padding-bottom:9px;
padding-left:250px;
}

.textlink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffa620;
	text-decoration: none;
}
a:active.link, a:visited.link, a:link.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffa620;
	text-decoration: none;
}
a:hover.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}