body {
    SCROLLBAR-FACE-COLOR: #0000FF;
    SCROLLBAR-ARROW-COLOR: #FFFFCC;
    SCROLLBAR-TRACK-COLOR: #FFFFCC;
    PADDING-TOP: 0px;
    margin-top:0px; 
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    color: #000033;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

A:link {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color : #FF6600;
    text-decoration: none;
    font-weight : bold;
}

A:visited {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color : #FF6600;
    text-decoration: none;
    font-weight : bold;
}

A:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color : red;
    font-weight : bold;
    text-decoration: none;
}

A:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color : #FF6600;
    text-decoration: none;
    font-weight : bold;
}

A:focus {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color : #FF6600;
    text-decoration: none;
    font-weight : bold;
}

input {
	border: 1px solid #999999;
	font-size: 10px;
	width: 160px;
	background-color: white;
}
textarea {
	border: 1px solid #999999;
	font-size: 10px;
	width: 160px;
	background-color: white;
}