body {
  font-family: arial;
  color: #666666;
  margin: 0px;
  height: 100%;
}

table.ContentBody {
  border-top: solid 1px #6F9DD5;
  border-bottom: solid 1px #6F9DD5;
  border-left: solid 1px #6F9DD5;
  border-right: solid 1px #6F9DD5;
  padding: 30px 30px 20px 30px;
  margin-bottom: 50px;
  height: 400px;

}

p, td, li {
  font-size: 9pt;
  color: #666666;
}

.small 
{
  font-size: 9px;
}

h1 {
  font-size: 11pt;
  color: #8A95BD;
}
h1.news {
  font-size: 10pt;
  color: #8A95BD;
  margin-bottom: 3px;
  margin-top: 25px;
}

td.LinkMain {

  text-align: right;
  padding: 5px 10px 1px 0px;
}

td.LinkMainStart {

  text-align: right;
  padding: 5px 10px 1px 0px;
  width: 15px;
}
td.LinkMainStartSub  {
  border-bottom: solid 1px #6F9DD5;
  text-align: right;
  padding: 5px 10px 1px 0px;
  width: 15px;
}

td.LinkMainBorder {
  border-bottom: solid 1px #6F9DD5;
}
td.LinkMainSub {
  text-align: right;
  padding: 0px 10px 1px 0px;
}


a.LinkMain {
  font-size: 9pt;
  color: #666666;
  text-decoration: none;
}
a.LinkMain:hover {
  color: #8591B9;
}

a.SmallLink 
{
  font-size: 9px;
  color: #666666;
  text-decoration: none;
}

a.SmallLink:hover
{
  font-size: 9px;
  color: #666666;
  text-decoration: none;
}

a.SmallLink:visited
{
  font-size: 9px;
  color: #666666;
  text-decoration: none;
}

td.LinkSub {
  border-bottom: solid 1px #6F9DD5;
  text-align: left;
  padding: 5px 10px 1px 0px;
}

a.LinkSub {
  font-size: 8pt;
  color: #666666;
  text-decoration: none;
}
a.LinkSub:hover {
  color: #8591B9;
}
a.LinkMainSub {
  font-size: 8pt;
  color: #666666;
  text-decoration: none;
}
a.LinkMainSub:hover {
  color: #8591B9;
}

td.RightSideBottom {
  background-image:url("img/rightSideBottom.jpg");
  background-repeat: repeat-x;
}

td.RightSideLeft {
  background-image:url("img/rightSideLeft.jpg");
  background-repeat: no-repeat;
}

a 
{
    font-size: 8pt;
    color: #666666;
    text-decoration: undeline;
}

.FieldApplication {
  border-top: 0px solid #C4CBE8;
  border-right: 0px solid #C4CBE8;
  border-bottom: 1px solid #C4CBE8;
  border-left: 1px solid #C4CBE8;
}

.ApplicationFormLeftName {
  width: 100px;
  padding-right: 10px;
}
.ApplicationFormRightName {
  width: 200px;
  padding-right: 10px;
}

.ItemApplication {
  vertical-align: top;
}

.FooterStyle {
  background-color: #BDC6FD;
  padding: 3px 5px 3px 5px;
}
.RowStyle {
  background-color: #F4F4F4;
  padding: 3px 5px 3px 5px;
}
.AlternatingRowStyle {
  background-color: #EEEEEE;
  padding: 3px 5px 3px 5px;
}
.PagerStyle {
  background-color: #CCCCCC;
  padding: 3px 5px 3px 5px;
}
.SelectedRowStyle {
  background-color: #FAEFE5;
  padding: 3px 5px 3px 5px;
}
.HeaderStyle {
  background-color: #CCCCCC;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  text-align: left;
}