body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	font-family: "MS Sans Serif, Arial";
	color: #99CCFF;
	background-color: #000000;

    scrollbar-3dlight-color: #000000;
    scrollbar-arrow-color:#FFFFF0;
    scrollbar-base-color:#000000;
    scrollbar-darkshadow-color:#C0C0C0;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#CCCCCC;
    scrollbar-shadow-color:#CCCCCC;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	font-family: "MS Sans Serif, Arial";
	color: #99CCFF;
}

p.small {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	font-family: "MS Sans Serif, Arial";
	color: #99CCFF;
}


td {
	font-size: 14px;
	font-family: "MS Sans Serif, Arial";
	text-decoration: none;
	color: #99CCFF;
}

a {
	font-family: "MS Sans Serif, Arial";
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	font-family: "MS Sans Serif, Arial";
	color: #FF0000;
	text-decoration: none;
}

a:active {
	font-family: "MS Sans Serif, Arial";
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-family: "MS Sans Serif, Arial";
	color: #99CCFF;
	text-decoration: underline;
}


font.important {
	font-family: "MS Sans Serif, Arial";
	color: #FF0000;
}

h1 {
	font-family: "MS Sans Serif, Arial";
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-size: 10pt;
	color: #99CCFF;
}

h2 {
	font-family: "MS Sans Serif, Arial";
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td.first {
	font-family:"MS Sans Serif, Arial";
	font-size: 10px;
	color: #99CCFF;
	margin-bottom: 0px;
}

td.authors {
	font-size: 10px;
	font-family:"MS Sans Serif, Arial";
	text-decoration: none;
	color: white;
}


input {
    font-family: fixedsys;
    text-size: 8pt;
    background-color: rgb(255, 255, 255);
    font-weight: normal; 
    border: 1 solid rgb(0,0,92);
}

input.first {
    font-family: fixedsys;
    text-size: 8pt;
    background-color: #000000;
    font-weight: normal; 
    border: 0;
}

input.noborder {
    font-family: fixedsys;
    text-size: 8pt;
    background-color: rgb(255, 255, 255);
    font-weight: normal; 
    border: 0;
}

select {
    font-family: fixedsys;
    text-size: 10pt;
    background-color: rgb(255, 255, 255);
    font-weight: normal; 
    border: 1 solid rgb(0,0,92);
}

textarea  {
    font-family: fixedsys;
    text-size: 8pt;
    background-color: rgb(255, 255, 255);
    font-weight: normal; 
    border: 1 solid rgb(0,0,92);
}