@charset "UTF-8";

/* CSS Document */

body {
  background-color: #000000;
  margin-top: 10px;
}

.noborder {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #e21e26;
}

a:active {
  text-decoration: none;
  color: #000;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

.squarenav a:link {
  color:#000;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.squarenav a:visited {
  color:#000;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.squarenav a:hover {
  color:#e21e26;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.squarenav a:active {
  color:#000;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.creditnav a:link {
  color :#fff;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.creditnav a:visited {
  color :#fff;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.creditnav a:hover {
  color:#e21e26;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.creditnav a:active {
  color :#fff;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.formtextstylebig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #e21e26;
}

.kerritext {
  position:absolute;
  height:65px;
  width:274px;
  left:20px;
  top:583px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.centertextstyle {
  font-size: 10px
}

.formtextstyle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #e21e26;
}

.ErrorBubble {
  background-color: #FBB;
  position: fixed;
  left: auto;
  right: 200px;
 bottom: 0px:
 width: 20em;
}

.LinkList {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000;
  background-color: transparent;
  position: relative;
  left: auto;
  top: auto;
}

.LinkList li {
  background-color: #FFF;
  background-image: url(../../Layout/Avena/Images/box_nav_bg.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.ErrorMessage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #e21e26;
}

.ErrorMessage input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
