
body {
  background-color: #FFFFFF;
  background-image: url('');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: Left Top;
}

body,
button,
input,
select,
textarea,
legend {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}

body,
legend {
  color: #5a5a5a;
}

#container {
  width: 1000px;
    
  
      margin-left: auto;
      margin-right: auto;
    
}

#main,
body.cke_editable {
  background-color: #FFFFFF;
  background-image: none;
  padding: 8px;
  overflow: auto;  
}

a {
  color: #006DB4;
      
  
      text-decoration: underline;
    
}

a:visited {
  
      color: #006DB4;
    
      text-decoration: none;
    
}

a:hover {
  
      color: #00B1F0;
    
      text-decoration: underline;
    
}

a:active {
  
      color: #1561bf;
    
      text-decoration: none;
    
}

h1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  color: #5a5a5a;
}

h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  color: #5a5a5a;
}

h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #0069C4;
}

h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12pt;
  color: #5a5a5a;
}

h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10pt;
  color: #5a5a5a;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
a.btn {
  color: #ffffff;
  background-color: #0069C4;
  border-color: #606060;
  border-radius: 4px;
  border-style: none;
  padding: 5px 15px;
}

button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
a.btn:hover,
a.btn:active{
  color: #ffffff;
  background-color: #66a5db;
}
  