HTML {
  height: 100%;
}
BODY {
  background-color: #FFFFFF;
  margin: 0px;
  height: 95%;
}
TD, P {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3A3A3A;
}
INPUT, TEXTAREA {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}
a:hover {
  color: #000000;
}
a.small {
  font-size: 11px;
}

a.listModel {
  font-family: Tahoma;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  color: #666666;
}
a.listModel:hover {
  color: #000000;
}
a.listModelH {
  font-family: Tahoma;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  color: #740B58;
}
a.listModelH:hover {
  color: #000000;
}
.listItem {
  width: 60px;
  height: 16px;
  text-align: right;
}

.tPurple {
  color: #900447;
}
.tBlack {
  color: #000000;
}
.tBlackBold {
  font-weight: bold;
  color: #000000;
}
.tGrey {
  color: #8F8F8F;
}

#mListCnt {
  width: 60px;
  height: 368px;
  clip: rect(0px,60px,368px,0px);
  overflow: hidden;
  position: relative;
}
#mList {
  width: 60px;
  position: relative;
}
#iThumbsCnt {
  width: 191px;
  height: 410px;
  clip: rect(0px,191px,410px,0px);
  overflow: hidden;
  position: relative;
}
#iThumbs {
  width: 191px;
  position: relative;
}
#listUp, #listDw, #thumbsUp, #thumbsDw {
  visibility: hidden;
}
#cntAboutUs {
  width: 422px;
  height: 250px;
  overflow: auto;
  text-align: justify;
  font-size: 10px;
}
#cntContact {
  width: 244px;
  height: 365px;
  text-align: left;
  overflow: auto;
}
#cntCasting {
  width: 179px;
  height: 211px;
  overflow: auto;
  text-align: left;
  font-size: 10px;
}
#iInfo {
  width: 450px;
  height: 20px;
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}

.castRight {
  text-align: right;
  font-size: 10px;
}
.castLeft {
  text-align: left;
  font-size: 10px;
}
