BODY {
  
  background-color: #d6d6d6;
  color: #55476f;
  margin: 0px;
  font-family: Arial;
  font-size: 10px;

}


A {
  color: #34274a;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  color: #3faec1;
  font-weight: bold;
  text-decoration: none;
}

FORM {
	display: inline;
}


.titleText {
  color: #3faec1;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
}

.titleTextWhite {
  color: #ffffff;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
}

.whiteText {
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
}

.smallText {
  color: #55476f;
  font-family: Arial;
  font-size: 12px;
}

A.smallText {
  color: #55476f;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
}

A:hover.smallText {
  color: #34274a                                              ;
  font-weight: bold;
  text-decoration: none;
  
}

A.anchorText {
  color: #55476f;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}

A:hover.anchorText {
  color: #34274a                                              ;
  font-weight: bold;
  text-decoration: none;
  
}.Butcolor{
font-family: Arial; 
font-weight: bold;
font-size: 12px;
background-color: #ffffff;
border: 1px solid #3faec1;
color: #3faec1;
}

.Button{
font-family: Arial; 
font-weight: bold;
font-size: 12px;
background-color: #3faec1;
border: 1px solid #3faec1;
color: #ffffff;
}



CHECKBOX, RADIO, SELECT {
  font-family: Arial;
  font-size: 12px;
  border: 0px;
  }


TEXTAREA{
font-family: Arial; 
font-weight: bold;
font-size: 12px;
background-color: #ffffff;
border: 1px solid #3faec1;
color: #000000;
}

.Field{
font-family: Arial; 
font-weight: bold;
font-size: 12px;
background-color: #ffffff;
border: solid 1px #3faec1;
color: #000000;
}





