body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #ffffff;
}

.header1 {
	font-size: 14pt;
	font-weight: bold;
	color:#ebf37c;
	text-align:center;
}

#scroll .header1 {
	font-size: 16px;
	font-weight: bold;
	color:#ebf37c;
	text-align:center;
}

.header2 {
	font-size: 13px;
	font-weight: bold;
	color:#ebf37c;
}
#scroll{
	overflow: auto;
	scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#cc3806;
    scrollbar-base-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#333333;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
	padding:5px 5px 5px 5px;

}

#scroll p, td {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.smalltxt {
	font-size: 11px;
}

ol, ul, li {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}

#scroll pre {
	font-size: 11px;
}

pre {
	font-size: 11px;
}

.footer {
	font-size: 11px;
	font-weight:bold;
	line-height:30px;
}

.menu a{
	color:#ffffff;
	text-decoration:none;
	font-size: 12px;
}
.menu a:link{
	font-size: 12px;
}
.menu a:active{
	font-size: 12px;
}
.menu a:visited{
	font-size: 12px;
}
.menu a:hover{
	font-size: 12px;
	color:#ebf37c;
}

.download a{
	color:#ffffff;
	text-decoration:none;
	font-size: 12px;
}
.download a:link{
	font-size: 12px;
}
.download a:active{
	font-size: 12px;
}
.download a:visited{
	font-size: 12px;
}
.download a:hover{
	font-size: 12px;
	color:#ebf37c;
}

 a{
	color:#cccccc;
	text-decoration:underline;
	font-size: 12px;
}
 a:link{
	font-size: 12px;
}
 a:active{
	font-size: 12px;
}
 a:visited{
	font-size: 12px;
}
 a:hover{
	font-size: 12px;
	color:#ebf37c;
}
