.{
	scrollbar-3d-light-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color:#cccccc;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
}
.text {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #cccccc;
} 
.textwhite {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
}
.textblue {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#0054A8;
}
.textred {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#FF0000;
}
.textblack {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#000000;
}
.texthead {
	font-family: Ms Sans Serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#D36412;
}
.link_black {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#845900;
}
A:hover.link_black {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color: #5E3F00;
}
.link_white {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #cccccc;
}
A:hover.link_white {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	color: #ffffff;
}
.link_2white {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #ffffff;
}
A:hover.link_2white {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	color: #cccccc;
}
List/Menu {
background-color:#CCCCCC;
}
textarea {  
	font-family: "MS Sans Serif"; 
	font-size: 8pt; 
	text: #999999;
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}
.box {  
	font-family: "MS Sans Serif"; 
	font-size: 8pt; 
	text: #999999;
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}
input.input_blue {  
	font-family: "MS Sans Serif"; 
	font-size: 10pt; 	
	background : #ffffff;
	border-color:#0054A8;
	color:#0054A8;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
input.input_orange {  
	font-family: "MS Sans Serif"; 
	font-size: 10pt; 	
	background : #ffffff;
	border-color:#FF9900;
	color:#D28400;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
input.input_blue_readonly {  
	font-family: "MS Sans Serif"; 
	font-size: 10pt; 	
	background:#EAF4FF;
	border-color:#0054A8;
	color:#0054A8;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
input.input_botton {  
	font-family: "MS Sans Serif"; 
	font-size: 9pt; 	
	background:#E17100;
	border-color:#FFCC00;
	color:#ffffff;
	border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
}
.bottlered {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	color : #FFFFFF;
	border-style: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width:17px;
	border-color:#000000;
	background: #cc0000;
}


