
.text {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#333333;
} 
.textred {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#FF0000;
} 
.textorange {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#EC4D00;
}
.textblack {
	font-family: Ms Sans Serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#333333;
}
.textwhite {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#ffffff;
}
.textgreen {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#009900;
}
.textpink {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#FF3399;
}
.textviolet {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#990066;
}
.textblue {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#0066CC;
}
.link {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#0066CC;
}
A:hover.link {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#0066CC;
}
.link_red {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#CC0000;
}
A:hover.link_red {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#FF0000;
}
.link_reddark {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#990000;
}
A:hover.link_reddark  {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#990000;
}
.link_gray {
	font-family: Ms Sans Serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#CCCCCC;
}
A:hover.link_blue {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#009966;
}
.link_blue {
	font-family: Ms Sans Serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#009966;
}
A:hover.link_gray {
	font-family: Ms Sans Serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#999999;
}
List/Menu {
background-color:#CCCCCC;
}
.box {  
	font-family: "MS Sans Serif"; 
	font-size: 8pt; 
	text: #999999;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	
}
input.input_blue {  
	font-family: "MS Sans Serif"; 
	font-size: 10pt; 	
	background : #ffffff;
	border-color:#0054A8;
	color:#006633;
	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
}
select.select_box
{
border-width: 1px;
border:#0054A8;
padding: 1px;
font-weight: normal;
font-size: 12px;
font-family: "MS Sans Serif"; 
background-color:#ffffff;
color:#0054A8;
}


