body {background-image: url(back.gif);
margin-top: 0px;
}

.copy {font-family: arial; font-size: 10pt}

.tableHeading {
	background-color: #c2d82e;
	text-align: center;
	font-weight: bold;
}

.tableContent {
	background-color: #dddddd;
}

td {font-family: Tahoma; font-size: 10pt}

.content {
  background-color: #ffffff;
  border-left: solid #3a73ba 1px;
  border-right: solid #3a73ba 1px;
  border-bottom: solid #3a73ba 1px;
  padding: 5px;
 }
 
.heading {text-align: center; color: #3a73ba}

 .link1 {
   background-color: #3a73ba;
   color: #ffffff;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 10pt;
   text-align: center;
  }
 .link2 {
   background-color: #c2d82e;
   color: #000000;
   font-family: Tahoma;
   font-weight: bold;
   font-size: 10pt;
   text-align: center;
  }
 
 .link {
	 text-decoration: none;
	 color: #3a73ba;
	 font-weight: bold;
   font-size: 12pt;
 }

 a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #c2d82e;
}

 p {
   font-size: 11pt;
   text-align: justify;
   margin-left: 10px;
   margin-right: 10px;
   }

.sidebar {
  float:right; 
  border-width: 1px;
  width: 250px;
  border: 1px solid #3A73BA;
  -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    text-align: center; 
  }

  .sidebar-heading {
    color: #fff;
    background-color: #3A73BA;
    border-color: #3A73BA;
    font-family:Arial;
    font-size:20px;
    width: 100%;
    text-align: center;
    line-height: 36px;
  }

.sidebar-body {
  padding: 10px;
}

.main-panel {
  width: 490px;
  padding-right: 20px;
}

.myButton {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
  background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
  background-color:#d0451b;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #942911;
  display:block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:16px;
  width: 230px;
  height: 30px;
  padding-top: 12px;
  text-align: center;
  text-decoration:none;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
  background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
  background-color:#bc3315;
}
.myButton:active {
  position:relative;
  top:1px;
}

