
body {
  background-color: #F0F0F5;
  background-image: url('');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: Left Top;
}

body,
button,
input,
select,
textarea,
legend {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

body,
legend {
  color: #000000;
}

#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: #4B569D;
      
  
      text-decoration: none;
    
}

a:visited {
  
      color: #4B569D;
    
      text-decoration: underline;
    
}

a:hover {
  
      color: #9cbfff;
    
      text-decoration: none;
    
}

a:active {
  
      color: #000000;
    
      text-decoration: none;
    
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 36px;
  color: #5560af;
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #4B579D;
}

h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #000000;
}

h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #3F7F3C;
}

h5 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #000000;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
a.btn {
  color: #ffffff;
  background-color: #32318E;
  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: #5862A9;
}
  