html {
    color: #000000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}


caption,
th {
    text-align: left;
}

h1,
h2,
h3
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    font-size: 100%;
}

legend {
    color: #000;
}

BODY {
	font-size: 11px;
	font-family:Tahoma;
	color:#7f7f7f;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	
	scrollbar-3dlight-color:#7f7f7f;
	scrollbar-arrow-color:#7f7f7f;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#7f7f7f;
}

img {
	border:0px;
}

TD {
	font-family:Tahoma;
	font-size: 11px;
}

p {
	margin:0px;
	padding:0px;
	color:#7f7f7f;
	text-align:left;
}

ul {
	color:#7f7f7f;
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:square;
	padding-left:20px;
}

li {
	color:#7f7f7f;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
}

.px13 p {
	font-size: 13px;
	color:#7f7f7f;
}

.px13 {
	font-size: 13px;
	color:#7f7f7f;
}

.px14 p {
	font-size: 14px;
	font-weight:bold;
}

.px14 {
	font-size: 14px;
	font-weight:bold;
}


.px19 p {
	font-size: 19px;
	font-weight:bold;
}

.px19 {
	font-size: 19px;
	font-weight:bold;
}

A, A:visited, A:active{
	color: #fd7820; 
	text-decoration:none;
	border:0px;
}

A:hover {
	color: #fd7820;  
	text-decoration: underline;
	border:0px;
}

A.menu, A.menu:visited, A.menu:active{
	font-size: 14px;
	color: #7f7f7f;
	text-decoration: none;
}

A.menu:hover {
	font-size: 14px;
	color: #7f7f7f;
	text-decoration: underline;
}

A.submenu, A.submenu:visited, A.submenu:active{
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: none;
}

A.submenu:hover {
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: underline;
}

A.menu2, A.menu2:visited, A.menu2:active{
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: none;
}

A.menu2:hover {
	font-size: 11px;
	color: #7f7f7f;
	text-decoration: underline;
}

.button_img {
	background-color:#FFFFFF;
	border:1px solid #b2b2b2;
	color:#7f7f7f;
	height:21px;
}
input, textarea {
	border: 1px solid #b2b2b2;
}
select {
	border: 1px solid #b2b2b2;
	padding:0;
	margin:0;
}


#menu {
display: none;
position:absolute;
white-space:nowrap;
z-index:5;
text-align:left;
margin-top:25px;
vertical-align:top;
}