/* CSS Document */

BODY {
  background: #FFFFFF;
  margin: 0px;
}

A {
  color: #999999;
  text-decoration: none;
}

A:hover {
  color: #00779F;
  text-decoration: underline;
}


.full {
width: 100%;
height: 100%;
padding: 0px;
border: 0px;
}

.main {
width: 768px;
height: 479px;
padding: 0px;
border: 0px;
}

.menu {
width: 694px;
height: 58px;
padding: 0px;
border: 0px;
}

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

.mainBox {
width: 768px;
height: 421px;
padding-top: 10px;
padding-left: 40px;
padding-right: 40px;
background: url("images/mainBox.jpg") no-repeat;
}

.Heading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 60px;
  color: #00759D;
  font-weight : bold;
}

.otherText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #00759D;
}

.mainText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.smallText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #999999;
}

.photoText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #02A8DB;
}

.webText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #F1A70C;
}