 .title
 {
  font-family: arial;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: blue;
  text-decoration : none;
  text-align: left;
  height:30px;
  vertical-align:bottom; 
 }

  .subTitle
 {
  font-family:arial;
 	font-style: normal;
 	font-size: 12px;
  font-weight: normal;
 	color :blue;
 	text-align: left;
 	text-decoration: none;
 }

  .secTitle
 {
  font-family:arial;
 	font-style: normal;
 	font-size: 11px;
 	color :blue;
 	text-align: left;
 	text-decoration: none;
 }

 .secText
 {
  font-family: arial;
 	font-style: normal;
 	font-size: 10px;
 	color: black;
 	text-decoration: none;
 	text-align: left;
 }
 
 .secTextBld
 {
  font-family: arial;
 	font-style: normal;
 	font-size: 10px;
 	font-weight: bold;
 	color: black;
 	text-decoration: none;
 	text-align: left;
 }
 
 .uCaption
 {
  font-family: arial;
 	font-style: normal;
 	font-size: 10px;
 	color :black;
 	text-decoration : none;
 	text-align: left;
 }

 .user
 {
  font-family: sans-serif;
  font-style: normal;
  font-size: 10px;
  font-variant: small-caps;
  color : green;
  text-decoration : none;
 }

 .mandatory
 {
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: red;
  text-decoration : none;
  text-align: left;
 }
 
 .chPassword
 {
  font-family: sans-serif;
 	font-style: normal;
 	font-size: 10px;
 	color: blue;
  text-decoration: none;
 	text-align: center;
 }

 .logout
 {
  font-family: sans-serif;
 	font-style: normal;
 	font-size: 10px;
 	color: blue;
 	text-decoration: none;
 	text-align: center;
 }
 
 .version
 {
  font-family: arial;
  font-style: normal;
  font-size: 10px;
  color : black;
  text-decoration: none;
 	text-align :center;
 } 
 
 .link
 {
  font-family: arial;
  font-style: normal;
  font-size: 10px;
  color : blue;
  text-decoration: none;
  text-align :left;
 }

 .disabledLink
 {
  font-family: arial;
  font-style: normal;
  font-size: 10px;
  color : #808080;
  text-decoration: none;
  text-align :left;
 }

 .tree
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	text-decoration: underline;
	text-align: left;
	color: Blue;
 }
 
 .treeDisabled
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
	color: #000000;
 }

 .selected
 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	text-decoration: underline;
	text-align: left;
	color: white;
	background-color : Blue;
}


 .black_label
 {
  font-family: arial;
  font-style: normal;
  font-size: 10pt;
  color : black;
  text-decoration: none;
 } 
 
  .white_label
 {
  font-family: arial;
  font-style: normal;
  font-size: 10pt;
  color : #FFFFFF;
  text-decoration: none;
  text-align: left;
 } 
 hr
 {
	color: #339933;
	height : 1px;
 }
 td.line
{
	background-color:"#339933";
}
.deduction
{
  font-family: arial;
  font-style: normal;
  font-weight:bold;
  font-size: 10pt;
  color : #2C187B;
  text-decoration: none;
  text-align: left;
}