.clsMenuTable{
  /*Controls the width of the menu panel*/
  width:180;
}


/*Controls the Content heading H1 tag*/
.clsContentHeading{
  color: #053D8A;
  font-size: 16px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}


/*Menu classes - normal, hover and selected*/
.clsMenuText{
  font-family: Verdana;
  font-size: 12px;
  color: #053D8A;
  text-decoration:none;
  font-weight: bold;
}

.clsSelectedMenuText{
  font-family: Verdana;
  font-size: 12px;
  color: #AE729A;
  text-decoration:none;
  font-weight: bold;
}

.clsMenuHoverText{
  font-family: Verdana;
  font-size: 12px;
  color: #AE729A;
  text-decoration:none;
  font-weight: bold;
}
/*End menu classes*/


.clsMainTable{
  border-style: solid;
  border-width: 2px;
  border-color: #AE729A;
  background-Color:white;
  border-bottom-width:0px;
  width:830px;
  padding:0px;
}

.clsContentTable{
  border-style: solid;
  border-width: 0px;
  border-color: #053D8A;
  border-right:none;
  background-Color:#FCFCFC;
  width:560px;
  padding:20px;
}

.clsFooterBanner{
  width:830px;
  border-left: 2px solid #AE729A;
  border-right: 2px solid #AE729A;
  border-top: 1px solid #AE729A;
}

.clsFooter{
  font-family: Verdana;
  font-size: 10px;
  color: white;
  width:830px;
  background-Color:#AE729A;
  vertical-align:center;
  height:20px;
  margin-bottom: 15px;
}

.clsNormalText {
  font-family: Verdana;
  font-size: 12px;
  color: #053D8A;
}

.clsPinkNormalText {
  font-family: Verdana;
  font-size: 12px;
  color: #A35794;
}

.clsWhiteText{
  font-family: Verdana;
  font-size: 10px;
  color: white;
  text-decoration:none;
}
