BODY{
  
  font-weight : normal;
  color : black;
  background-color : white;
  
  
}
.small{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-weight : normal;
  text-decoration : none;
}
.sBold{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-weight : bold;
  text-decoration : none;
}
.siBold{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-weight : bold;
  font-style : italic;
}
.r{
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : normal;
  text-decoration : none;
}
.rBold{
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : bold;
  text-decoration : none;
}
INPUT{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-weight : normal;
  text-decoration : none;
}
TEXTAREA{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-weight : normal;
  text-decoration : none;
}
SELECT{
  font-size : 10px;
  font-family : Verdana,Arial;
  text-decoration : none;
}
.ri{
  font-size : 12px;
  font-family : Verdana,Arial;
  font-style : italic;
  text-decoration : none;
}
.si{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-style : italic;
  text-decoration : none;
}
.riBold{
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : bold;
  font-style : italic;
}
.grey{
  font-size : 12px;
  font-family : Verdana,Arial;
  color : #666666;
}
.red{
  font-family : Verdana,Arial;
  color : red;
  font-size : 12px;
}
.Logo{
  font-size : 28px;
  font-family : "Century Gothic",Verdana;
  color : #666666;
}
.rLogo{
  font-size : 28px;
  font-family : "Century Gothic",Verdana;
  color : navy;
}
.riSubtitle{
  font-size : 20px;
  font-family : "Century Gothic";
  color : #666666;
  font-weight : bold;
}
.greyBI{
  font-size : 12px;
  font-family : Verdana;
  font-style : italic;
  color : #666666;
  font-weight : bold;
}
.redBold{
  font-size : 12px;
  font-family : Verdana;
  font-weight : bold;
  color : red;
}
.greyB{
  font-size : 12px;
  font-family : Verdana;
  font-weight : bold;
  color : #666666;
}
.sbRed{
  font-size : 9px;
  font-family : Verdana;
  font-weight : bold;
  color : red;
}
A.footerLink:Visited{
  
  font-family : Verdana,Arial;
  
  color : blue;
  text-decoration : none;
}
A.footerLink:HOVER{
  
  font-family : Verdana;
  
  color : blue;
  text-decoration : none;
}
A:VISITED{
  
  font-family : Verdana;
  
  color : blue;
  text-decoration : underline;
}
A:LINK{
  
  font-family : Verdana;
  color : blue;
  text-decoration : underline;
}
A:HOVER{
  
  font-family : Verdana;
  color : blue;
  text-decoration : underline;
}
A.footerLink:LINK{
  font-size : 10px;
  font-family : Verdana;
  color : blue;
  text-decoration : none;
}
.footerLink{
  font-size : 10px;
  font-family : Verdana,Arial;
}
A.triangleLink:LINK{
  font-size : 10px;
  font-family : Verdana,Arial;
  color : blue;
  text-decoration : underline;
}
A.triangleLink:VISITED{
  font-size : 10px;
  font-family : Verdana,Arial;
  text-decoration : underline;
  color : blue;
}
/* A:ACTIVE{
  font-size : 12px;
  font-family : Verdana,Arial;
  color : blue;
  text-decoration : underline;
}*/
.italics{
  font-size : 12px;
  font-family : Verdana,Arial;
  font-style : italic;
}
.underline{
  font-size : 12px;
  font-family : Verdana,Arial;
  text-decoration : underline;
  font-weight : normal;
}
.courier{
  font-size : 12px;
  font-family : "Courier New";
}
.bUnderline{
  font-size : 12px;
  font-family : Verdana,Arial;
  font-weight : bold;
  text-decoration : underline;
}
.sUnderline{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-weight : normal;
  text-decoration : underline;
}
.xsmall{
  font-size : 8px;
  font-family : Verdana,Arial;
  font-weight : normal;
  font-style : normal;
}
.jLogo{
  font-size : 28px;
  font-family : Garamond;
  font-weight : bold;
  color : #141414;
  font-style: italic;
}
.jData {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal
}
.rNormal{
  font-size : 12px;
  font-family : Verdana,Arial;
  font-style : normal;
  text-decoration : none;
}
.labelBG {
	background-color: #e2e2e2;
	width: 100px
}

.tbBG {
	background-color: #e2e2e2
}
.fieldError{
	border: 2px solid red;
}
.inputHighlighted {
  background: #FFCE31;
  color: #000;
  border: 2px solid #000;
}

TEXTAREAWHITE{
  font-size : 10px;
  font-family : Verdana,Arial;
  font-weight : normal;
  font-color : white;
  text-decoration : none;
}

input[type=text].password-autocomplete-disabler {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
}
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

