BODY {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #666666; 
	text-decoration: none;
	background: #000000;
	
	scrollbar-face-color: #75392f; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: #e3772f; 
	scrollbar-arrow-color: #e3772f; 
	scrollbar-track-color: #cccccc; 
	scrollbar-darkshadow-color: e3772f;
}

.back {
	background: #000000;
}



.small  {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	color: #e3772f;
	font-size: 9pt;
	font-weight: medium;
	line-height: 11pt;
}

.middle  {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	color: #e3772f;
	font-size: 12pt;
	font-weight: medium;
	line-height: 12pt;
}

a:link, a:visited, a:active, a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	color: #e3772f;
	font-size: 9pt;
	font-weight: medium;
	line-height: 11pt;
}

a:hover {
	color: orange;
}

a:active {
	color: red;
}

a.small:link, a.small:visited, a.small:hover, a.small:active  {
	color: #e3772f;
}

a.small:hover  {
	color: orange;
}

a.small:active  {
	color: red;
}

a.middle:link, a.middle:visited, a.middle:hover, a.middle:active  {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	color: #e3772f;
	font-size: 12pt;
	font-weight: medium;
	line-height: 12pt;
}

a.middle:hover  {
	color: orange;
}

a.middle:active  {
	color: red;
}

a.big:link, a.big:visited, a.big:hover, a.big:active  {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #e3772f;
	font-size : 20pt;
	font-weight : medium;
}

a.big:hover  {
	color: orange;
}

a.big:active  {
	color: red;
}

a.smaller:link, a.smaller:visited, a.smaller:hover, a.smaller:active  {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	color: #e3772f;
	font-size: 7pt;
	font-weight: medium;
	line-height: 8pt;
}

a.smaller:hover  {
	color: orange;
}

a.smaller:active  {
	color: red;
}

.menu  {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #e3772f;
	font-size : 9pt;
	font-weight : bold;
	line-height : 11pt;
}



.smaller  {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #e3772f;
	font-size : 7pt;
	font-weight : medium;
	line-height : 8pt;
}

.big {
  font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #e3772f;
	font-size : 20pt;
	font-weight : medium;
}

.input {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #000000;
	font-size : 9pt;
	font-weight : medium;
	line-height : 11pt;
	background : #e3772f;
}
.lightgrey10 {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #BBBBBB;
	font-size : 10pt;
}
.lightgrey7 {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #BBBBBB;
	font-size : 7pt;
	line-height : 8pt;
}
.grey10 {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #999999;
	font-size : 10pt;
}
.darkgrey10 {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #555555;
	font-size : 10pt;
}
.orange10 {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;
	color : #e3772f;
	font-size : 10pt;
}
.textbox { 
	background: transparent; 
	background-color: White; 
	border: 1px solid #000000; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	text-align: left; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #000000; 
}
.but { 
	background-color: #75392f; 
	color: #e3772f; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	text-align: center; 
	font-weight : bold;
}
.inp { 
	border:1px;
	border-color: #e3772f;
	border-style: solid; 
	background:#cccccc;
	font-family: Arial, Helvetica, sans-serif; 
}