body {
  background-color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #FFFFFF;
  scrollbar-face-color:#FF0000;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#E55500;
  scrollbar-shadow-color:#E55500;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#E55500;
  padding-top: 20px;
}
hr {
	border: ridge #FF0000 2px;
	height: 2px;
	text-align: center;
	width: 100%;
}
.tdmenu {
 font-size: 12px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 20px;
 background-color: #000000;
 vertical-align: top;
 padding-bottom: 50px;
 color: #FFFFFF;
 text-align: justify;
}
.tdmain {
 padding-right: 30px;
 padding-left: 30px;
 padding-top: 10px;
 background-color: #000000;
 vertical-align: top;
 padding-bottom: 50px;
 color: #FFFFFF;
 font-size: 12px;
 text-align: justify;
}
.txt {
	text-align: justify;	
	padding: 8px;
   font-size: 16px; 
}
.txt2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.txt3 {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	color: Silver;
}
a:link,a:visited{
  text-decoration: none;
  color: #626CF2;
}
a:hover,a:active{
  color: #FF0000;
  text-decoration: none;
}
a.do:link,a.do:visited{
  text-decoration: none;
  font-weight: bold;
  color: #FF0000;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.do:hover,a.do:active{
  color: #626CF2;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	text-align: left;
	background-color: Gray;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	background-color: Gray;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-right: 10px;
}
h3 {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	background-color: Gray;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-right: 10px;
}