.white_1{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 16px;
text-decoration : none;
font-weight: bold;
letter-spacing:0px;
}

.white_1:hover{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 16px;
text-decoration : underline;
font-weight: bold;
letter-spacing:0px;
}

.white_1:visited{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 16px;
text-decoration : none;
font-weight: bold;
letter-spacing:0px;
}

.white_1:visited:hover{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 16px;
text-decoration : underline;
font-weight: bold;
letter-spacing:0px;
}


.white_1_1{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 18px;
text-decoration : none;
font-weight: bold;
letter-spacing:0px;
}

.white_1_1:hover{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 18px;
text-decoration : underline;
font-weight: bold;
letter-spacing:0px;
}

.white_1_1:visited{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 18px;
text-decoration : none;
font-weight: bold;
letter-spacing:0px;
}

.white_1_1:visited:hover{
color : #FFFFFF;
font-family :  Helvetica;
font-size : 18px;
text-decoration : underline;
font-weight: bold;
letter-spacing:0px;
}

.blue_1{
color : #32ADFB;
font-family :  Helvetica;
font-size : 14px;
text-decoration : underline;
font-weight:none;
letter-spacing:0px;
}

.blue_1:hover{
color : #32ADFB;
font-family :  Helvetica;
font-size : 14px;
font-weight:none;
letter-spacing:0px;
text-decoration : underline;
}

.blue_1:visited{
color : #32ADFB;
font-family :  Helvetica;
font-size : 14px;
text-decoration : underline;
font-weight:none;
letter-spacing:0px;
}

.purpule_1{
color : #f4ad24;
font-family :  Helvetica;
font-size : 16px;
text-decoration : none;
font-weight: bold;
letter-spacing:0px;
}

.gray_1{
color : #333333;
font-family :  Helvetica;
font-size : 12px;
text-decoration : none;
font-weight:none;
letter-spacing:0px;
}

.gray_1:hover{
color : #333333;
font-family :  Helvetica;
font-size : 12px;
text-decoration : underline;
font-weight:none;
letter-spacing:0px;
}

.gray_1:visited{
color : #333333;
font-family :  Helvetica;
font-size : 12px;
text-decoration : none;
font-weight:none;
letter-spacing:0px;
}

.gray_1:visited:hover{
color : #333333;
font-family :  Helvetica;
font-size : 12px;
text-decoration : none;
font-weight:none;
letter-spacing:0px;
}

.black_1{
color : #000000;
font-family :  Helvetica;
font-size : 16px;
text-decoration : none;
font-weight:none;
letter-spacing:0px;
}

.gray_box {
  font-family : Arial;
  font-size: 11px;
  border: #656565 solid;
  border-color: #656565 solid;
  border-width: 1px 1px 1px 1px;
  background-color: #CCCCCC solid;
  color: #333333;
 }
 
 .red_box:disabled {
  font-family : Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  border: #ff83a3 solid;
  border-color: #ff83a3 solid;
  border-width: 1px 1px 1px 1px;
  background-color: #CCCCCC solid;
  color: #ff83a3;
 }
 
.gray_button {
  font-family: Arial;
  font-size: 11px;
  color: #656565;
}

.red_button:hover {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #666666;
}