A:link    { color: #150a7c }
A:visited { color: #150a7c }
A:hover   {
	color: #ee8822;
	text-decoration: none;
}

body  {
	color: black;
	line-height: 1.5em;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif, Helvetica;

}

td  {
	color: black;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif, Helvetica;
	font-variant: normal;
}

p  {
	color: black;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif, Helvetica;
}

h1  { color: black; font-style: normal; font-size: 18px; line-height: 135% }

h2 {
	color: black;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5em;
}

h3 {
	color: black;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
}

code {
	color: black;
	font-style: normal;
	font-size: 10px;
	line-height: 130%;
	font-family: Monaco, "Courier New", monospace 
}

.command {
	font-style: italic;
	font-weight: bold;
	line-height: normal 
}

.strong {
	font-weight: bolder;
	line-height: 2em;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif, Helvetica;
	font-size: 13px;
	color: #666666;
}

.gen {
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif, Helvetica;
	}
	
.title {
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif, Helvetica;
	background-color: transparent;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 2em;
	font-variant: normal;
	text-transform: uppercase;
}	

.indent {
	margin-left: 16px 
}
	
.small {
	font-size: 90%}

.quote {
	color: #565656;
	font-size: 9px;
	line-height: 120%;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif, Helvetica;
}

.uline { text-decoration: underline }

UL  { line-height: 120%; list-style-type: disc }
OL  { line-height: 120%; list-style-type: decimal }
LI  { line-height: 120%; list-style-position: outside }

.tdbgcolor {
	background-color: #ee8822;
}
.tdbgcolor1 {
	background-color: #330066;
}