*
{
  font-family:Trebuchet MS,sans-serif;
}

a
{
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}

.redText,
.redLink,
.redLinkSmall,
.redLink:visited,
.redLinkSmall:visited
{
  color:#FF4700;
}

.skyBlueText,
.skyBlueLink,
.skyBlueLink:visited
{
  color:#ADBADB;
}

.navbarBlue
{
  color:#1D436E;
}

.greyLink,
.greyLink:visited
{
  color:#808080;
}

.blueLink,
.blueLinkSmall,
.blueLink:visited,
.blueLinkSmall:visited
{
  color:blue;
}

.darkBlueLink,
.darkBlueLinkSmall,
.darkBlueLink:visited,
.darkBlueLinkSmall:visited
{
  color:#1D436E;
}

.whiteLink,
.whiteLinkSmall,
.whiteLink:visited,
.whiteLinkSmall:visited
{
  color:white;
}

.blueLinkSmall,
.redLinkSmall,
.whiteLinkSmall,
.textSmall
{
  font-size:8pt;
}

.borderedInput,
.borderedInput,
.borderedText,
.borderedText
.borderedTtextSmall,
.borderedTextSmall
{
  overflow:hidden;
}

.borderedText,
.borderedText
{
  width:300px;
}

.borderedTtextSmall,
.borderedTextSmall
{
  width:150px;
  font-size:10pt;
  margin:0px;
}

input,
textarea
{
  font-family:sans-serif;
}
span.loading
{
  visibility:visible;
  color:white;
  font-size:10pt;
  background-color:#FE4700;
  padding-left:5px;
  padding-right:5px;
}