/** BASIC */

  body { 
    scrollbar-face-color: #A29161;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #998866;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #999966;
    scrollbar-3dlight-color: ;
    scrollbar-darkshadow-color: #000000;
  }

body {
	margin: 0px;
	padding: 0px;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select ,p ,blockquote, ul, li, ol, dl,a {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}



.text_w_10 {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text_w_8 {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}



.text_c_12 {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


.text_c_10 {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}



.text_m_10 {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	color: #0000ff;
}

.text_m_12 {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #0000ff;
}

.text_m_12_line {
	font-family:  Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #0000ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;

}

.text_s_10 {
	font-family:  "Copperplate Gothic Bold BT", Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

.text_menu {
	font-family:  "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333366;
	line-height: 10px;
	font-weight: bold;

}




.table {
	border: 1px solid #999999;
/*	filter: DropShadow(Color=#000000, OffX=50, OffY=50, Positive=15); 


	filter: Blur(Add=1, Direction=120, Strength=5);
	filter: Alpha(Opacity=,5, FinishOpacity=,8, Style=1, StartX=3, StartY=3, FinishX=100, FinishY=100));
*/
}

.form_gumb {
	font-family: Trebuchet MS, Arial,Verdana,Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height: 20px;
	width: 100px;
	background-color: #FF9900;
	border: 1px solid #000000;
}
.form_gumb_file { font-family: Trebuchet MS, Arial,Verdana,Helvetica, sans-serif; font-size: 9pt; color: #000000; height: 25px; width: 350px; background-color: #FFFFFF; border-color: #FFFFFF #3333FF #3333FF #FFFFFF; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
