#inside {
  text-align: left;
  font-size: 10pt;
  font-family: Arial, Tahoma, Verdana, sans-serif;
}

.nav a {
  font-size: 15px;
  margin: 0 0 0 25px;
  color: #fff;
  font-weight: bold;
}

.subNav a{
  font-size: 12px;
  margin: 0 0 0 35px;
  color: #fff;
  font-weight: bold;
}

.noCaps { font-variant: normal; }
.caps {font-variant: small-caps; }
.arial { font-family: Arial, Tahoma, Verdana, sans-serif; }
.large { font-size: 14pt; }
.medium { font-size: 12pt; }
.norm { font-size: 10pt; }

ul { margin: 0; padding: 0; list-style-type: none; }
li { margin: 0; padding: 0; }

table, tr, th, td { font-size: 12px; }

.t25 { opacity:.25; -moz-opacity: 0.25; filter: alpha(opacity=25); }
.t50 { opacity:.50; -moz-opacity: 0.50; filter: alpha(opacity=50); }
.t75 { opacity:.75; -moz-opacity: 0.75; filter: alpha(opacity=75); }

.inline { display: inline; }
.block { display: block; }

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

.sand { color: #736767; }
.green { color: #080; }
.orange { color: #eaaa3c; }
.grey { color: #ccc; }
.darkGrey { color: #363636; }
.red { color: #FD0000; }
.yellow { color: #ffed5d; }

.bgSand { color: #736767; }
.bgGrey { background-color: #ccc; }
.bgRed { background-color: #c00; }
.bgGreen { background-color: #080; }

.aYellow a { color: #ffed5d; }
.aYellow a:active { color: #FFC337; }
.aYellow a:hover { color: #FFC337; }

.aWhite a { color: #fff; }
.aWhite a:active { color: #c00; }
.aWhite a:hover { color: #c00;}

.aWhiteG a { color: #fff; }
.aWhiteG a:active { color: #fff; }
.aWhiteG a:hover { color: #bd9e4c;}

.aBlack a { color: #000; }
.aBlack a:active { color: #c00; }
.aBlack a:hover { color: #bd9e4c;}

.aBlackW a { color: #000; }
.aBlackW a:active { color: #fff; }
.aBlackW a:hover { color: #fff;}

.aGreen a { color: #0f0; }
.aGreen a:active { color: #fff; }
.aGreen a:hover { color: #bd9e4c;}

.aRed a { color: #800; }
.aRed a:active { color: #000; }
.aRed a:hover { color: #000;}

.aBlue a { color: #6fa9ac; }
.aBlue a:active { color: #6fa9ac; }
.aBlue a:hover { color: #bd9e4c;}

.aGold a { color: #bd9e4c; }
.aGold a:active { color: #bd9e4c; }
.aGold a:hover { color: #c00;}

a.hoverImg img {
  display: block;
  visibility: visible;
  text-decoration: none;
}
a.hoverImg:link img, a.hoverImg:visited img { visibility: hidden; }
a.hoverImg:hover img, a.hoverImg:active img { visibility: visible; }


input.formLogin {
  font-family: Arial;
  width: 132px;
  height: 22px;
  padding: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  border: 1px solid transparent;
  /* background-color: #CF2929; */
  background : transparent;
}

input.formLoginButton {
  font-family: Arial;
  width: 65px;
  height: 32px;
  padding: 1px;
  margin-bottom: 2px;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  border: none;
  background: url('../img/index/ok_button.jpg') no-repeat;
}

.smallHeadline {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 14pt;
}

.miniHeadline {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 12pt;
}