  body { 
    scrollbar-face-color: #993333;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #ffcc00;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #ffcc00;
    scrollbar-3dlight-color: ;
    scrollbar-darkshadow-color: #000000;
  }

body {
	margin: 0px;
	padding: 0px;
	bgcolor:#006600
}

/** 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 {
	font-family:  Calibri, Arial Narrow;
	font-size: 12pt;
	color: #000000;
}
 
img{border:0;}
a {
	font-family: Calibri, Arial Narrow;
	font-size: 11px;	
	color: #727272;		
}
a:hover {
	text-decoration: underline;

}

.text_red_14 {font-family:  MyriadPro-LightCond, Calibri, Arial Narrow;font-size: 16pt;color: #993333;	text-decoration: none;	}
.text_red_12{font-family:  MyriadPro-LightCond, Calibri, Arial Narrow;font-size: 12pt;color: #993333;	text-decoration: none;	}


.text_m_10 {font-family:  Calibri, Arial Narrow;font-size: 10pt;color: #333366;	text-decoration: none;	}
.text_m_12 {font-family:  Calibri, Arial Narrow;font-size: 12pt;color: #333366;	text-decoration: none;	}

.text_y_10 {font-family:  Calibri, Arial Narrow;font-size: 10pt;color: #ffff00;	text-decoration: none;}

.text_b_12 {font-family:  Calibri, Arial Narrow;font-size: 12pt;color: #ffffff;	text-decoration: none;	}

.text_grey_12 {font-family:  Calibri, Arial Narrow;font-size: 12pt;color: #666666;	text-decoration: none;	}

.text_c_12 {font-family:  Calibri, Arial Narrow;font-size: 12pt;color: #000000;	text-decoration: none;	}
.text_c_10 {font-family:  Calibri, Arial Narrow;font-size: 10pt;color: #000000;	text-decoration: none;	}

.form {
	font-family: Calibri, Arial Narrow;
	font-size: x-small;
	color: #0000FF;
	height: 20px;
	border: 1px solid #990000;
	width: 500px;
}
.form1 {
	font-family: Calibri, Arial Narrow;
	font-size: x-small;
	color: #0000FF;
	height: 20px;
	border: 1px solid #990000;
	width: 150px;
}
.form_area {
	font-family: Calibri, Arial Narrow;
	font-size: x-small;
	color: #0000FF;
	height: 100px;
	border: 1px solid #990000;
	width: 500px;


}
.form_gumb {
	font-family: Calibri, Arial Narrow;
	font-size: x-small;
	color: #000000;
	height: 25px;
	width: 130px;
	background-color: #eeddcc;
	border-color: #FFFFFF #3333FF #3333FF #FFFFFF;
	border-top-width: auto;
	border-right-width: auto;
	border-bottom-width: auto;
	border-left-width: auto;
	font-weight: normal;
}

.shadow{
/*	border: 1px solid #CCCCCC; */ 
	filter: DropShadow(Color=#666666, OffX=3, OffY=3, Positive=15); 
}

